bevy-spatial
bevy-spatial copied to clipboard
Spatial datastructures for Bevy
Issue https://github.com/laundmo/bevy-spatial/issues/7 Example in distance2d.rs.
I would like the update of the k-d tree to be updated before the systems I have dependent on it in the `FixedUpdate` schedule. But there does not seem to...
I'm planning changing this library to store spatial DS as entities instead of resources. changes: - plugin not generic anymore - user can decide between different update modes by adding...
Hello! This crate is what I was looking for! Although, I'm missing one feature: I need be able to pick all entities in rectangular region. Could you please help me...
Hi, Thanks for the crate! My use-case is that I'd like to compute the Euclidean distance from a point to a line. It looks like R-tree could support this kind...
Sorry for bothering. This project has helped me a lot recently, but it was hard to find the project, partly because that it isn't referred in Bevy Assets. Therefore, I...
Hi, i need some help understanding if it's possible to update manually the data structure, automatic updates do not fit my use case, and i need to somehow update when...