bevy_mod_spatial_query
Spatially aware queries for the Bevy game engine
Features
- Fast spatial lookup for queries
- Ergonomic interface:
SpatialQuery<Data, Filters>
, just like vanillaQuery
! - Extendable: You can implement your own spatial lookup algorithms by implementing the
SpatialLookupAlgorithm
trait!
Installation
cargo add bevy_mod_spatial_query
Usage
use *;
use *;
;
Contribution
Found a problem or have a suggestion? Feel free to open an issue.
License
bevy_mod_spatial_query
is licensed under the MIT license.