aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacob janzen <53062115+JacobJanzen@users.noreply.github.com>2022-08-23 12:25:30 -0500
committerGitHub <noreply@github.com>2022-08-23 12:25:30 -0500
commit9ef6fcfc11ef780bbd90c55dcbb9ab2dc6bbd7ec (patch)
tree50b7d2b9c35b37803ccd7d3a1008c640215b9d82
parentd488fd578d8293fe267bdbad582b30771fa8c01f (diff)
Create README.md
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
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 <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