Skip to content

v0.3.0

Latest

Choose a tag to compare

@doceazedo doceazedo released this 24 Jun 16:36

Sprinkles v0.3.0 is now available for Bevy 0.19, and it comes with a few additions and fixes, including WASM support!

Tip

Your existing projects will continue to work, and will be migrated to v0.3 automatically the next time you save them in the editor.

Added

  • WASM / WebGPU support, allowing particle systems to run in the browser (#34)
  • Visibility AABB for particle emitters (#30)
  • set_emitting is now public (#32)

Changed

  • Migrated to Bevy 0.19 (#38)
  • Renamed the user-facing API ParticleSystemParticles to disambiguate from system sets (#24)
  • Audio is no longer pulled in as a default dependency (#20)
  • Editor: Migrated UI to BSN (#38)
  • Editor: Migrated text inputs to Bevy 0.19 new built-in input (#38)

Fixed

  • Crash when a particle system lived less than a frame, now queued via queue_silenced (#22)
  • Per-axis angle_over_lifetime rotation (#25)
  • Particle shader prepass binding and alpha_discard handling
  • Editor: ~/ path resolution on Windows