Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cvhariharan/smoke-rs
- Owner: cvhariharan
- Created: 2021-05-09T16:40:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T16:55:06.000Z (over 3 years ago)
- Last Synced: 2024-07-30T17:22:43.194Z (5 months ago)
- Topics: bevy, rust
- Language: Rust
- Homepage:
- Size: 2.03 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```