Skip to content

Releases: laundmo/bevy-spatial

bevy_spatial 0.5.0

01 May 14:23
e73f02b
Compare
Choose a tag to compare
  • 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 0.4.0

13 Nov 13:38
Compare
Choose a tag to compare
  • updated to bevy 0.9
  • improved some examples

bevy_spatial v0.3.0

08 Oct 18:21
Compare
Choose a tag to compare
  • 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