Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayou-brogrammer/bevy_mudslide_vulkano

sand falling simulation using bevy + vulkano
https://github.com/bayou-brogrammer/bevy_mudslide_vulkano

Last synced: 9 days ago
JSON representation

sand falling simulation using bevy + vulkano

Awesome Lists containing this project

README

        

# Sand Fall with Compute Shaders in Rust

This is a simple simulation of sand falling using compute shaders in Rust using [Bevy](https://github.com/bevyengine/bevy), [Bevy Vulkano](https://github.com/hakolao/bevy_vulkano), and [Vulkano](https://github.com/vulkano-rs/vulkano).

## Deps

- Bevy 0.10
- Bevy Vulkano 0.12
- Vulkano 0.33

![sandfall](data/simulation.gif)

## License

Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you shall be dual licensed as above, without any
additional terms or conditions.