blockishfire/README.md
2022-11-24 13:27:33 +02:00

44 lines
679 B
Markdown

# blockishfire
[![Alt text](https://img.youtube.com/vi/O2TPNWa0P5Q/0.jpg)](https://www.youtube.com/watch?v=O2TPNWa0P5Q)
Fire in the terminal using unicode characters.
Based on:
- [r-marques/doomfire](https://github.com/r-marques/doomfire/) (doomfire implementation)
- [yazgoo/blockish](https://github.com/yazgoo/blockish) (image rendering in the terminal)
## Downloading
Binary version available in [releases page](https://github.com/yazgoo/blockishfire/releases)
## Running
Initialize Git modules:
```bash
git submodule update --init
```
Build and run:
```bash
cargo run --release
```
Install:
```bash
make install
```
Uninstall:
```bash
make uninstall
```
---