Bevy Hanabi
Hanabi — a particle system plugin for the Bevy game engine.
Usage
This plugin is only compatible with the main branch of Bevy (post-0.5 version, with new renderer).
System setup
Add the Hanabi plugin to your app:
default
.add_default_plugins
.add_plugin
.run;
Add a particles effect
TODO; this library is under development...
Examples
See the examples/ folder.