creates procedurally generated flesh bubbles
Find a file
2022-08-23 12:25:30 -05:00
src refactored code into methods 2022-08-23 12:24:59 -05:00
.gitignore created project 2022-08-23 11:31:41 -05:00
Cargo.lock added proper cmd args 2022-08-23 12:05:47 -05:00
Cargo.toml refactored code into methods 2022-08-23 12:24:59 -05:00
LICENSE Create LICENSE 2022-08-23 11:34:55 -05:00
output.gif refactored code into methods 2022-08-23 12:24:59 -05:00
README.md Create README.md 2022-08-23 12:25:30 -05:00

Bubbles

Creates a procedurally generated image that sort of looks like bubbles

USAGE: bubbles --width --height --frames --num-cells <NUM_CELLS> --out

OPTIONS: -f, --frames number of gif frames -h, --height height of the image --help Print help information -n, --num-cells <NUM_CELLS> number of cells to generate -o, --out output file -V, --version Print version information -w, --width width of the image