Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DOOM Fire

Doom Fire rust implementation based on Fabien Sanglard's blog post.

demo

Implementation

The implementation is independent of the graphics library used.

The examples folder contains examples using different graphics libraries to render the DOOM fire:

How to run

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.

You can’t perform that action at this time.