C program to generate fire animation similar to the ones shown in DOOM.
Inspired by this article: http://fabiensanglard.net/doom_fire_psx/index.html
Requirements
- C17 compiler
- gifenc
Compile and run with:
make run
Open the doom-fire.gif to see the animation.