Bevy Enoki 2D particle system(Github)
In my game projects I needed GPU instanced particles that work well on all targets. Sadly the crates that already existed did no solve my case.
So I created Bevy Enoki, a 2D particle system that makes use of GPU instancing, custom materials and serialization with full support for hot reloading.
The Enoki web editor
I also created a (beta) editor that compiles to Web-Assembly. Have a play!
Link to the fullscreen Version
If you are looking for full particle dev experience, look no further and start creating amazing effects in for your bevy games.