Create README.md
This commit is contained in:
parent
d488fd578d
commit
9ef6fcfc11
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Bubbles
|
||||||
|
|
||||||
|
Creates a procedurally generated image that sort of looks like bubbles
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
bubbles --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
-f, --frames <FRAMES> number of gif frames
|
||||||
|
-h, --height <HEIGHT> height of the image
|
||||||
|
--help Print help information
|
||||||
|
-n, --num-cells <NUM_CELLS> number of cells to generate
|
||||||
|
-o, --out <OUT> output file
|
||||||
|
-V, --version Print version information
|
||||||
|
-w, --width <WIDTH> width of the image
|
Loading…
Add table
Reference in a new issue