mirror of
https://github.com/kiedtl/fire.git
synced 2024-11-16 04:56:38 +00:00
README.md: update
This commit is contained in:
parent
12c84f877a
commit
37caaa70a3
27
README.md
27
README.md
@ -18,18 +18,14 @@ It's described nicely by Fabien Sanglard on his
|
|||||||
|
|
||||||
### building from source
|
### building from source
|
||||||
You will need:
|
You will need:
|
||||||
- `git` or `wget`
|
- `git`
|
||||||
- a c99 compiler (gcc or clang)
|
- a c99 compiler (gcc or clang)
|
||||||
- `gmake` (`bmake` is untested, but should work.)
|
- `gmake` (`bmake` is untested, but might work.)
|
||||||
|
|
||||||
Retrieve the source:
|
Retrieve the source:
|
||||||
```
|
```
|
||||||
$ # via git:
|
$ # via git:
|
||||||
$ git --recurse clone https://github.com/lptstr/fire
|
$ git clone https://github.com/lptstr/fire --recurse
|
||||||
$
|
|
||||||
$ # via wget:
|
|
||||||
$ wget https://github.com/lptstr/fire/archive/master.tar.gz
|
|
||||||
$ tar xvf master.tar.gz
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
@ -48,19 +44,22 @@ Uninstall, if you wish:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## how?
|
## how?
|
||||||
simply run `fire`:
|
|
||||||
```
|
```
|
||||||
$ ./fire
|
$ fire # no args for default animation
|
||||||
|
$ fire -h # help message
|
||||||
|
$ fire -Rw0 -f100 # matrix effect
|
||||||
|
$ fire -l2 -w2 # small fire with wind blowing east
|
||||||
|
$ fire -Rw0 -f1000000 # california animation
|
||||||
|
$ fire -t -l2 -f3 # truecolor!
|
||||||
```
|
```
|
||||||
|
|
||||||
### why?
|
### why?
|
||||||
I'm bored
|
I'm bored
|
||||||
|
|
||||||
## credits
|
## credits
|
||||||
- Thanks to @nullgemm, for inspiring me to make this project.
|
This code was originally based on [`ly`](https://github.com/nullgemm/ly)'s
|
||||||
- More thanks to @nullgemm, from whose repositories I sto^Hborrowed a lot
|
animation code.
|
||||||
of stuff :)
|
|
||||||
|
|
||||||
## license
|
## license
|
||||||
This project is licensed under the MIT license. View the LICENSE.md file
|
This project is licensed under the MIT license. View the [COPYING](COPYING)
|
||||||
for more information.
|
file for more information.
|
||||||
|
Loading…
Reference in New Issue
Block a user