creates procedurally generated flesh bubbles
Find a file
jacob janzen a8cf2c052a refactor
2022-08-28 12:55:57 -05:00
src refactor 2022-08-28 12:55:57 -05:00
.gitignore created project 2022-08-23 11:31:41 -05:00
Cargo.lock added progress bar 2022-08-28 11:56:44 -05:00
Cargo.toml added progress bar 2022-08-28 11:56:44 -05:00
LICENSE Create LICENSE 2022-08-23 11:34:55 -05:00
output.gif refactor 2022-08-28 12:55:57 -05:00
README.md Update README.md 2022-08-23 12:26:14 -05:00

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