bevy_hanabi 0.0.1

Hanabi particle system plugin for Bevy
Documentation

Bevy Hanabi

License: MIT or Apache 2.0 Doc Crate

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:

App::default()
    .add_default_plugins()
    .add_plugin(HanabiPlugin)
    .run();

Add a particles effect

TODO; this library is under development...

Examples

See the examples/ folder.