2019-12-14 01:55:45 +00:00
|
|
|
![](https://github.com/lptstr/lptstr-images/blob/master/proj/fire/scrot.jpg?raw=true)
|
|
|
|
|
2019-12-13 14:47:49 +00:00
|
|
|
# fire
|
|
|
|
|
|
|
|
> The ancient DOOM fire animation in the terminal!
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
## what?
|
2019-12-13 14:47:49 +00:00
|
|
|
`fire` is a remake of the PSX DOOM fire animation in the terminal,
|
|
|
|
as seen in the [ly](https://github.com/cylgom/ly) display manager.
|
|
|
|
It's described nicely by Fabien Sanglard on his
|
|
|
|
[blog](https://fabiensanglard.net/doom_fire_psx/index.html).
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
## where?
|
|
|
|
### supported platforms
|
2019-12-13 14:47:49 +00:00
|
|
|
- Linux (musl/glibc) (*tested and supported*)
|
|
|
|
- Windows (*should work, but not tested*)
|
|
|
|
- (Dragonfly|Net|Free|Open)BSD: (*not tested, might work*)
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
### building from source
|
2019-12-13 14:47:49 +00:00
|
|
|
You will need:
|
|
|
|
- `git`
|
|
|
|
- a c99 compiler (gcc or clang)
|
|
|
|
- GNU Make (unknown if other `make`s will work)
|
|
|
|
|
|
|
|
Clone the source via `git`:
|
|
|
|
```
|
|
|
|
$ git --recurse clone https://github.com/lptstr/fire
|
|
|
|
```
|
|
|
|
|
|
|
|
Build:
|
|
|
|
```
|
|
|
|
$ make
|
|
|
|
```
|
|
|
|
|
|
|
|
and install:
|
|
|
|
```
|
|
|
|
# make install
|
|
|
|
```
|
|
|
|
|
|
|
|
Uninstall, if you wish:
|
|
|
|
```
|
|
|
|
# rm -f /usr/bin/fire
|
|
|
|
```
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
## how?
|
2019-12-13 14:47:49 +00:00
|
|
|
simply run `./fire` (or `fire`, if you installed) and enjoy.
|
|
|
|
```
|
|
|
|
$ fire
|
|
|
|
```
|
|
|
|
|
|
|
|
### why?
|
|
|
|
I'm bored
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
## credits
|
2019-12-13 14:51:38 +00:00
|
|
|
- Thanks to @cylgom, for inspiring me to make this project.
|
|
|
|
- More thanks to @cylgom, from whose repositories I sto^Hborrowed a lot
|
2019-12-13 14:47:49 +00:00
|
|
|
of stuff :)
|
|
|
|
|
2019-12-13 14:50:39 +00:00
|
|
|
## license
|
2019-12-13 14:47:49 +00:00
|
|
|
This project is licensed under the MIT license. View the LICENSE.md file
|
|
|
|
for more information.
|