moog / rust-doom-fire

:fire: DOOM fire algorithm implemented in Rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOOM Fire Algorithm in Rust

Algorithm adapted from a JavaScript version on this repository.

I made this adaptation as part of my beginning in Rust. So if you notice some way to improve this code, please contribute with a PR! You'd make my day <3

Running

To run this code, you will need install Rust, use a compatible terminal (I recomend Hyper), and then run the commands below:

git clone git@github.com:moog/rust-doom-fire.git
cd rust-doom-fire
cargo run

About

:fire: DOOM fire algorithm implemented in Rust!

License:MIT License


Languages

Language:Rust 100.0%