bevy-spatial
bevy-spatial copied to clipboard
Referring in Bevy Assets
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 wonder if you want to mention the project there, which can help others discovering this nice project.
If so, this might be what you need:
name = "bevy_spatial"
description = "A plugin to track your entities in spatial indices and query them."
link = "https://github.com/laundmo/bevy-spatial"
,and I suppose it be in "Helpers" category.
Also, it would be great if you could add an image to showcase the project by adding
image = "bevy_spatial.png"
and placing bevy_spatial.png near your toml file.
Thanks for your consideration!