Update README.md
This commit is contained in:
parent
e9c219042b
commit
4553739fad
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -1,11 +1,18 @@
|
||||||
# Bubbles
|
# Bubbles
|
||||||
|
|
||||||
Creates a procedurally generated image that sort of looks like bubbles
|
This program procedurally generates a GIF that resembles a writhing mass
|
||||||
|
of flesh. Originally, it was intended to be bubbles, but so it goes.
|
||||||
|
|
||||||
|
I strongly recommend compiling in release mode because of the large amount
|
||||||
|
of processing that has to happen:
|
||||||
|
```
|
||||||
|
cargo build --release
|
||||||
|
```
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
```
|
```
|
||||||
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
|
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
|
||||||
```
|
```
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue