From 4553739fadb9287b6b43ddba9b32788b509a7417 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Sun, 28 Aug 2022 13:07:59 -0500 Subject: Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a5efb8..3ab1193 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ # Bubbles -Creates a procedurally generated image that sort of looks like bubbles +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 strongly recommend compiling in release mode because of the large amount +of processing that has to happen: +``` +cargo build --release +``` USAGE: - ``` +``` bubbles --width --height --frames --num-cells --out - ``` +``` OPTIONS: ``` -- cgit v1.2.3