bevy-spatial

Spatial datastructures for Bevy

OTHER License

Downloads
11.3K
Stars
145
Committers
7

Bot releases are visible (Hide)

bevy-spatial - bevy_spatial 0.5.0 Latest Release

Published by laundmo over 1 year ago

  • compatible with bevy 0.10
  • completely rewritten with special focus on the automatic updating
  • new Plugin setup and configuration
  • allows custom ordering by specifying a FreeSystemSet for it to run in.
  • ability to use GlobalTransform

crates.io: https://crates.io/crates/bevy_spatial

bevy-spatial - bevy_spatial 0.4.0

Published by laundmo almost 2 years ago

  • updated to bevy 0.9
  • improved some examples
bevy-spatial - bevy_spatial v0.3.0

Published by laundmo about 2 years ago

  • Made TimestepElapsed public, so the tree update timestep can be changed by user code
    • added modify_timestep example to show how to accomplish this
  • disabled rayon acceleration when targeting wasm