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

https://github.com/oseiskar/z-order-octree

Single-header C++ implementation of a Z-order octree data structure
https://github.com/oseiskar/z-order-octree

octree z-order

Last synced: about 1 year ago
JSON representation

Single-header C++ implementation of a Z-order octree data structure

Awesome Lists containing this project

README

          

# Z-order Octree

This repository implements an Octree in C++ aiming at high performance and low memory footprint.

## Example

mkdir bin
clang++ example.cpp -o bin/example
./bin/example