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