Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caellian/flat-octree
Linear octree implementation
https://github.com/caellian/flat-octree
Last synced: 14 days ago
JSON representation
Linear octree implementation
- Host: GitHub
- URL: https://github.com/caellian/flat-octree
- Owner: Caellian
- License: apache-2.0
- Created: 2023-12-10T16:55:17.000Z (11 months ago)
- Default Branch: trunk
- Last Pushed: 2023-12-15T20:43:55.000Z (11 months ago)
- Last Synced: 2024-04-21T19:07:03.920Z (7 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Flat Octree
Octree implementation that stores data in a densly populated (no missing
values), linear chunk of memory which makes it ideal for rendering applications
and directly accessing data buffers.Layout is configurable and defaults to _breath-first_ layout.
## License
This project is licensed under [Zlib](./LICENSE_ZLIB), [MIT](./LICENSE_MIT), or
[Apache-2.0](./LICENSE_APACHE) license, choose whichever suits you most.