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_emittingis now public (#32)
Changed
- Migrated to Bevy 0.19 (#38)
- Renamed the user-facing API
ParticleSystem→Particlesto 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)