diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-11-18 15:09:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-11-18 15:09:48 +0530 |
| commit | 69390bb349967483b53d2b7f1b85853a9a85554c (patch) | |
| tree | 053d89ba168ff3e6d070240acabc5638af1851bd /README.md | |
| parent | e81c764bd50ba3e0b34b3138078af0a372242988 (diff) | |
| download | creative-coding-playground-69390bb349967483b53d2b7f1b85853a9a85554c.tar.gz creative-coding-playground-69390bb349967483b53d2b7f1b85853a9a85554c.zip | |
chore: screenshots
Diffstat (limited to '')
| -rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -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`) + + + +## 02: Newton's fractal (`f(z) = z^3 - 1`) + + +## 03: [WIP] + +## 04: Dot animation + + +## 05: Dragon's curve + + + |
