A concurrency safe 3D-spatial tree (think quad-tree) which currently is very untested. Don't use it please.
| src | Initial implementation, very buggy | |
| .gitignore | Initial implementation, very buggy | |
| Cargo.lock | Initial implementation, very buggy | |
| Cargo.toml | Initial implementation, very buggy | |
| LICENSE | Initial commit | |
| README.md | Initial implementation, very buggy | |
bevy-hypertree
A concurrency safe 3D-spatial tree (think quad-tree) which currently is very untested. Don't use it please.
- Remembers data that it is given
- Very simple search tracer that logs the path to a particular node
- Range queries
- Dynamic region ranges
- Entity region hand-off system (bevy integration)