Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.