Registry / utility / flatbush

flatbush

JSON →
library1.3.2vcpkgunverified

A C++11 header-only single file port of Flatbush

vcpkg install flatbush
INSTALL
IMPORT
SIG · FLATBUSH
F
flatbush
utilitycppv1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flatbush.hpp
#include <flatbush.hpp>

Build a 2D R-tree spatial index and add a point

#include <flatbush.hpp> #include <iostream> int main() { flatbush::Flatbush<int> index(2); index.add({0, 0}, {1, 1}, 42); index.finish(); std::cout << "R-tree index built\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

flatbush — pip install flatbush · libregistry