diff options
author | jacob janzen <jacob.a.s.janzen@gmail.com> | 2022-08-28 14:02:55 -0500 |
---|---|---|
committer | jacob janzen <jacob.a.s.janzen@gmail.com> | 2022-08-28 14:02:55 -0500 |
commit | 539597609bbb082bc8c874aee3a35577bb05248f (patch) | |
tree | 00ce142cbed31ca9d5d091e1ae631913febb4efe | |
parent | af7a44dfa72b137c10afd283601909cd4fe9f2d0 (diff) | |
parent | bc79e15967e9b3e32fff488d9f001f984173cb4b (diff) |
Merge branch 'master' of github.com:JacobJanzen/Bubbles
merge
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ # 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. +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 ```sh |