Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvhariharan/smoke-rs

A simple smoke simulation in Rust using Bevy in under 100 lines of code.
https://github.com/cvhariharan/smoke-rs

bevy rust

Last synced: 8 days ago
JSON representation

A simple smoke simulation in Rust using Bevy in under 100 lines of code.

Awesome Lists containing this project

README

        

# smoke-rs
A simple smoke simulation in Rust using Bevy in under 100 lines of code. Inspired from [Nature Of Code (Particle Systems)](https://natureofcode.com/book/chapter-4-particle-systems/) by Daniel Shiffman. [Read more](https://blog.trieoflogs.com/smoke-simulation-rust-bevy/)

![smoke-sim.gif](./assets/smoke-sim.gif)

## Build
```sh
cargo run --release
```