Ecosyste.ms: Awesome
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 2 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T18:30:18.000Z (over 3 years ago)
- Last Synced: 2024-10-13T02:12:48.779Z (2 months 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