creates procedurally generated flesh bubbles
Find a file
2022-08-28 14:02:20 -05:00
src tweaked colours 2022-08-28 14:02:20 -05:00
.gitignore created project 2022-08-23 11:31:41 -05:00
Cargo.lock tweaked colours 2022-08-28 14:02:20 -05:00
Cargo.toml tweaked colours 2022-08-28 14:02:20 -05:00
LICENSE Create LICENSE 2022-08-23 11:34:55 -05:00
README.md Update README.md 2022-08-28 13:18:42 -05:00

Writhing Mass of Flesh

This program procedurally generates a GIF that resembles a writhing mass of flesh. Originally, it was intended to be bubbles, but so it goes.

The easiest way to download and compile this is simply

cargo install writhing_mass_of_flesh

Alternatively, you can clone the repository and run

cargo build --release

which will put the compiled executable at ./target/release/writhing_mass_of_flesh

USAGE:

writhing_mass_of_flesh --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