From 9ef6fcfc11ef780bbd90c55dcbb9ab2dc6bbd7ec Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Tue, 23 Aug 2022 12:25:30 -0500 Subject: Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e795212 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Bubbles + +Creates a procedurally generated image that sort of looks like bubbles + +USAGE: + bubbles --width --height --frames --num-cells --out + +OPTIONS: + -f, --frames number of gif frames + -h, --height height of the image + --help Print help information + -n, --num-cells number of cells to generate + -o, --out output file + -V, --version Print version information + -w, --width width of the image -- cgit v1.2.3