1
0
Fork
You've already forked bevy-hypertree
0
A concurrency safe 3D-spatial tree (think quad-tree) which currently is very untested. Don't use it please.
  • Rust 100%
2024年04月18日 16:55:41 +02:00
src Initial implementation, very buggy 2024年04月18日 16:55:41 +02:00
.gitignore Initial implementation, very buggy 2024年04月18日 16:55:41 +02:00
Cargo.lock Initial implementation, very buggy 2024年04月18日 16:55:41 +02:00
Cargo.toml Initial implementation, very buggy 2024年04月18日 16:55:41 +02:00
LICENSE Initial commit 2024年04月18日 12:16:39 +00:00
README.md Initial implementation, very buggy 2024年04月18日 16:55:41 +02:00

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)