#gif #generative-art #create #bubble #frame #mass #image

bin+lib writhing_mass_of_flesh

Creates a procedurally generated image that sort of looks like bubbles

2 releases

0.1.2 Aug 28, 2022
0.1.1 Aug 28, 2022
0.1.0 Aug 28, 2022

#7 in #bubble

Download history 2/week @ 2024-02-19 30/week @ 2024-02-26 43/week @ 2024-04-01 53/week @ 2024-04-22

96 downloads per month

GPL-3.0 license

20KB
239 lines

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. I recommend doing a 500x500 image with 100 cells and 100 frames to get the best balance of appearance and run time.

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

Dependencies

~4MB
~71K SLoC