An open API service indexing awesome lists of open source software.

https://github.com/fschutt/quadtree-f32

Very simple, no-dependency quadtree implementation
https://github.com/fschutt/quadtree-f32

Last synced: about 1 year ago
JSON representation

Very simple, no-dependency quadtree implementation

Awesome Lists containing this project

README

          

# quadtree

Simple f32-based quadtree that can query rects and points
in Olog(n) time.

Note: For simplicity sake, there is no way to update the tree
besides destroying and rebuilding it completely.