Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 months 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