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
- Host: GitHub
- URL: https://github.com/oseiskar/z-order-octree
- Owner: oseiskar
- License: mit
- Created: 2021-04-25T15:36:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T18:30:18.000Z (about 5 years ago)
- Last Synced: 2025-02-27T05:23:12.987Z (over 1 year ago)
- Topics: octree, z-order
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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