Skip to content

Releases: mbrea-c/bevy_firework

v0.5.0

09 Jul 17:05
101f87b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

08 Jul 23:08
58fb04c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Mar 19:30
7bcce45
Compare
Choose a tag to compare

Highlights

  • Updated to bevy 0.13 and bevy_xpbd 0.4 thanks to @Affinator
  • Particle collision with arbitrary bevy_xpbd colliders
  • WebGL support
  • Soft particle-scene intersections (fading out of particles where they intersect the scene)

Changelog

  • Particle collision by @mbrea-c in #3
  • Fix bug when running without default features, add stress tests by @mbrea-c in #4
  • Ensure uniform buffer is 16-byte aligned by @mbrea-c in #5
  • Soft particle-scene intersection, solid collider collision by @mbrea-c in #7
  • Update to bevy 0.13 and bevy_xpbd 0.4 by @Affinator in #9

New Contributors

Full Changelog: v0.1.0...v0.3.0

v0.1.0

20 Feb 10:25
Compare
Choose a tag to compare

First release!

See README file for crate details.