Replies: 3 comments
-
Someone correct me if I'm wrong, but I don't think such an API exists. You might be interested in this, though: https://github.com/laundmo/bevy-spatial |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm doing that with rstar, maintaining list of entities and their positions in a separate rtree. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm learning ECS. And need query all other entities around target entity.
Through loop all entities and check their position is in the circle or not, which can work. But if there exist API, I think that will be better.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions