Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 708 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 708 Bytes

DoomFireC

The Doom Fire effect made in C with openGL.

This code is a directly implementation of DoomFireJS. Both is baseade on the algorithim described in How DOOM fire was done.

If you want to better understand how DOOM was designed, read Game Engine Black Book DOOM, I highly recommend it.

Dependences

If you use Windows, I recommend use MSYS2 to compile the code in unix-like environment.