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

bin+lib writhing_mass_of_flesh

创建类似气泡的进程生成图像

2 个版本

0.1.2 2022 年 8 月 28 日
0.1.1 2022 年 8 月 28 日
0.1.0 2022 年 8 月 28 日

#11 in #bubble

GPL-3.0 许可证

20KB
239 行代码(不含注释)

肉团

此程序进程生成类似肉团的 GIF 图像。最初,它打算生成气泡,但就是这样。我建议使用 500x500 的图像,100 个单元格和 100 个帧,以获得外观和运行时间的最佳平衡。

下载和编译此程序的 easiest 方法是

cargo install writhing_mass_of_flesh

或者,您可以克隆存储库并运行

cargo build --release

这将把编译好的可执行文件放在 ./target/release/writhing_mass_of_flesh

用法

writhing_mass_of_flesh --width <WIDTH> --height <HEIGHT> --frames <FRAMES> --num-cells <NUM_CELLS> --out <OUT>

选项

    -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

依赖关系

~4MB
~71K SLoC