The Pre-Cambrian DOOM animation in the terminal!
Go to file
Kiëd Llaentenn 38165e8071 fix truecolor suport 2020-09-17 18:40:38 +00:00
sub remove ccommon dependency 2020-03-09 11:38:20 -05:00
.gitignore udpate 2019-12-12 17:08:59 -05:00
.gitmodules remove ccommon dependency 2020-03-09 11:38:20 -05:00
LICENSE.md LICENSE: add 2019-12-12 23:09:48 -05:00
README.md README.md: update 2020-09-17 11:41:51 +00:00
args.h add animation_speed control 2020-09-17 18:34:19 +00:00
bool.h it's working! :) 2019-12-12 21:18:56 -05:00
colors.h Allow user to have finer control on fire params 2020-09-17 18:01:40 +00:00
draw.c fix truecolor suport 2020-09-17 18:40:38 +00:00
draw.h style changes 2020-09-17 12:04:12 +00:00
main.c add animation_speed control 2020-09-17 18:34:19 +00:00
makefile Allow user to have finer control on fire params 2020-09-17 18:01:40 +00:00
output.h typo: types.h => stdint.h 2020-09-17 11:42:48 +00:00

README.md

fire

The ancient DOOM fire animation in the terminal!

what?

fire is a remake of the PSX DOOM fire animation in the terminal, as seen in the ly display manager. It's described nicely by Fabien Sanglard on his blog.

where?

supported platforms

  • Linux (musl/glibc) (tested and supported)
  • Windows (should work, but not tested)
  • (Dragonfly|Net|Free|Open)BSD: (not tested, might work)

building from source

You will need:

  • git or wget
  • a c99 compiler (gcc or clang)
  • gmake (bmake is untested, but should work.)

Retrieve the source:

$ # via git:
$ git --recurse clone https://github.com/lptstr/fire
$
$ # via wget:
$ wget https://github.com/lptstr/fire/archive/master.tar.gz
$ tar xvf master.tar.gz

Build:

$ make

and install:

# make install

Uninstall, if you wish:

# make uninstall

how?

simply run fire:

$ ./fire

why?

I'm bored

credits

  • Thanks to @nullgemm, for inspiring me to make this project.
  • More thanks to @nullgemm, from whose repositories I sto^Hborrowed a lot of stuff :)

license

This project is licensed under the MIT license. View the LICENSE.md file for more information.