ddrt icon indicating copy to clipboard operation
ddrt copied to clipboard

An elixir implementation of Rtree, optimized for fast updates.

Results 2 ddrt issues
Sort by recently updated
recently updated
newest added

I've been using this lib with great success but recently I've been hitting a bug with small bounding boxes crashing DDRT. Isolating the issue from the stacktrace and getting to...

We would really like to extend the library in such a way that the end-user can choose between an RTree or a QuadTree for the underlying data structure, while maintaining...

enhancement