pvigier / Quadtree

A simple and modern C++ quadtree implementation
https://pvigier.github.io/2019/07/28/quadtree-collision-detection.html
MIT License
211 stars 32 forks source link
cpp data-structure quadtree space-partition-tree space-partitioning spatial-trees

Quadtree

Build Status codecov

Quadtree is a C++ implementation of a quadtree.

Quadtree aims to be:

Google Benchmark is required to build the benchmarks and GoogleTest is required for the tests.

Documentation

I have written an article on my blog describing the design and the code of the library. It is available here.

Otherwise, just look at the Quadtree.h file, the interface is easy to understand.

License

Distributed under the MIT License.