Crates.io | doomfire |
lib.rs | doomfire |
version | 0.1.0 |
source | src |
created_at | 2020-08-31 19:02:14.673221 |
updated_at | 2020-08-31 19:02:14.673221 |
description | Doom Fire rust implementation based on Fabien Sanglard's blog post |
homepage | https://github.com/r-marques/doomfire |
repository | https://github.com/r-marques/doomfire |
max_upload_size | |
id | 283197 |
size | 1,254,405 |
Doom Fire rust implementation based on Fabien Sanglard's blog post.
The implementation is independent of the graphics library used.
The examples folder contains examples using different graphics libraries to render the DOOM fire:
To run the examples cd
into one of the examples folder and run it using
cargo. For example:
$ cd examples/doomfire-sdl2
$ cargo run --release
Note that all of these graphics libraries have system dependencies so it the build fails check the output and install the missing libraries using your systems package manager.