bevy_falling_sand
is a plugin for adding falling sand physics to your Bevy project.
bevy_falling_sand |
bevy |
---|---|
0.5.x | 0.16.x |
0.4.x | 0.15.x |
0.3.x | 0.14.x |
0.1.x | 0.13.x |
If you clone this repository, there is an example available that provides a full GUI interface for a "sandbox" like
experience. I recommend running the example with the --release
flag to maximize performance:
cargo run --example sandbox --release