aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-11-18 15:09:48 +0530
committerAkshay Nair <phenax5@gmail.com>2023-11-18 15:09:48 +0530
commit69390bb349967483b53d2b7f1b85853a9a85554c (patch)
tree053d89ba168ff3e6d070240acabc5638af1851bd
parente81c764bd50ba3e0b34b3138078af0a372242988 (diff)
downloadcreative-coding-playground-69390bb349967483b53d2b7f1b85853a9a85554c.tar.gz
creative-coding-playground-69390bb349967483b53d2b7f1b85853a9a85554c.zip
chore: screenshots
Diffstat (limited to '')
-rw-r--r--README.md20
-rw-r--r--sketches/01/screenshots/1.jpgbin0 -> 101628 bytes
-rw-r--r--sketches/01/screenshots/2.jpgbin0 -> 113702 bytes
-rw-r--r--sketches/02/screenshots/1.jpgbin0 -> 66810 bytes
-rw-r--r--sketches/04/screenshots/1.jpgbin0 -> 317191 bytes
-rw-r--r--sketches/05/screenshots/1.jpgbin0 -> 41189 bytes
-rw-r--r--sketches/05/screenshots/2.jpgbin0 -> 53029 bytes
7 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6b6037..31588cb 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
-# creative-coding-playground \ No newline at end of file
+# My playground
+Making cool looking things for fun.
+
+## 01: Mandelbrot fractal (Generalized to `z' = z^n + c`)
+![1.1](./sketches/01/screenshots/1.jpg)
+![1.2](./sketches/01/screenshots/2.jpg)
+
+## 02: Newton's fractal (`f(z) = z^3 - 1`)
+![2.1](./sketches/02/screenshots/1.jpg)
+
+## 03: [WIP]
+
+## 04: Dot animation
+![4.1](./sketches/04/screenshots/1.jpg)
+
+## 05: Dragon's curve
+![5.1](./sketches/05/screenshots/1.jpg)
+![5.2](./sketches/05/screenshots/2.jpg)
+
diff --git a/sketches/01/screenshots/1.jpg b/sketches/01/screenshots/1.jpg
new file mode 100644
index 0000000..2b45d88
--- /dev/null
+++ b/sketches/01/screenshots/1.jpg
Binary files differ
diff --git a/sketches/01/screenshots/2.jpg b/sketches/01/screenshots/2.jpg
new file mode 100644
index 0000000..6d32711
--- /dev/null
+++ b/sketches/01/screenshots/2.jpg
Binary files differ
diff --git a/sketches/02/screenshots/1.jpg b/sketches/02/screenshots/1.jpg
new file mode 100644
index 0000000..67a2266
--- /dev/null
+++ b/sketches/02/screenshots/1.jpg
Binary files differ
diff --git a/sketches/04/screenshots/1.jpg b/sketches/04/screenshots/1.jpg
new file mode 100644
index 0000000..084edaa
--- /dev/null
+++ b/sketches/04/screenshots/1.jpg
Binary files differ
diff --git a/sketches/05/screenshots/1.jpg b/sketches/05/screenshots/1.jpg
new file mode 100644
index 0000000..3b71640
--- /dev/null
+++ b/sketches/05/screenshots/1.jpg
Binary files differ
diff --git a/sketches/05/screenshots/2.jpg b/sketches/05/screenshots/2.jpg
new file mode 100644
index 0000000..b16222a
--- /dev/null
+++ b/sketches/05/screenshots/2.jpg
Binary files differ