Releases: kingwingfly/bevy_quadtree
Releases · kingwingfly/bevy_quadtree
v0.16.0
v0.15.2
- bump deps
- update documenation
v0.15.1-beta.3
- remove unrelated type params of
QuadTree - support center setting
v0.15.1-beta.2
- improved the organization of public exports (
pub use) to enhance usability and clarity.
v0.15.1-beta.1
- this crate is ready, use beta SemVer
- fix a bug in merge up empty nodes
- multi-quadtree support: see
MultiQuadTreePlugin - fix doc mistakes
v0.15.1-alpha11
- multi-quadtree support: see
MultiQuadTreePlugin
v0.15.1-alpha9
- fix doc mistakes
- fix bug about shapes
ID
v0.15.1-alpha10
- fix doc mistakes
v0.15.1-alpha8
- refator
QuadTree(replace recursion with loop), a huge performance improvement in theory - remove recursion in queries
- better Debug for shapes
- shapes with ID
v0.15.1-alpha7
- doc improvement