From 7cdf768a593b0f635e287a58bdcd35c43ba7ce5c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 10 Dec 2023 23:09:10 +0530 Subject: readme update --- README.md | 42 +++++++++++++++++++++--------------------- justfile | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index b1ca65c..6633421 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,35 @@ # My playground Making cool looking things for fun. They're all inside the [sketches](./sketches/) directory. -## 01: Mandelbrot fractal (Generalized to `z' = z^n + c`) -| | | -|-----------------------------------------|-----------------------------------------| -| ![1.1](./sketches/01/screenshots/1.jpg) | ![1.2](./sketches/01/screenshots/2.jpg) | +## 08: Spiral tree fractal: [tree.rkt](./sketches/08/tree.rkt) -## 02: Newton's fractal (`f(z) = z^3 - 1`) -| | | -|-----------------------------------------|-----------------------------------------| -| ![2.1](./sketches/02/screenshots/1.jpg) | ![2.2](./sketches/02/screenshots/2.jpg) | +| | | | | +|-----------------------------------------|-----------------------------------------|-----------------------------------------|-----------------------------------------| +| ![8.1](./sketches/08/screenshots/1.jpg) | ![8.2](./sketches/08/screenshots/2.jpg) | ![8.3](./sketches/08/screenshots/3.jpg) | ![8.4](./sketches/08/screenshots/4.jpg) | -## 03: [WIP] +## 07: 3D Siepinski triangle in desmos [WIP]: [readme](./sketches/07/README.md) +Don't know if this is even possible, but I'm gonna try anyway. +![7.1](./sketches/07/screenshots/1.jpg) -## 04: Dot animation -![4.1](./sketches/04/screenshots/1.jpg) +## 06: Magic circlular circles: [strange.frag](./sketches/06/strange.frag) +![6.1](./sketches/06/screenshots/1.jpg) -## 05: Dragon's curve +## 05: Dragon's curve: [dragon.rkt](./sketches/05/dragon.rkt) | | | |-----------------------------------------|-----------------------------------------| | ![5.1](./sketches/05/screenshots/1.jpg) | ![5.2](./sketches/05/screenshots/2.jpg) | -## 06: Magic circlular circles -![6.1](./sketches/06/screenshots/1.jpg) +## 04: Dot animation: [polka.frag](./sketches/04/polka.frag) +![4.1](./sketches/04/screenshots/1.jpg) -## 07: 3D Siepinski triangle in desmos [WIP] -Don't know if this is even possible, but I'm gonna try anyway. -![7.1](./sketches/07/screenshots/1.jpg) +## 03: [WIP] -## 08: Spiral tree fractal +## 02: Newton's fractal (`f(z) = z^3 - 1`): [newton.frag](./sketches/02/newton.frag) +| | | +|-----------------------------------------|-----------------------------------------| +| ![2.1](./sketches/02/screenshots/1.jpg) | ![2.2](./sketches/02/screenshots/2.jpg) | -| | | | | -|-----------------------------------------|-----------------------------------------|-----------------------------------------|-----------------------------------------| -| ![8.1](./sketches/08/screenshots/1.jpg) | ![8.2](./sketches/08/screenshots/2.jpg) | ![8.3](./sketches/08/screenshots/3.jpg) | ![8.4](./sketches/08/screenshots/4.jpg) | +## 01: Mandelbrot fractal (Generalized to `z' = z^n + c`): [mandelbrot.frag](./sketches/01/mandelbrot.frag) +| | | +|-----------------------------------------|-----------------------------------------| +| ![1.1](./sketches/01/screenshots/1.jpg) | ![1.2](./sketches/01/screenshots/2.jpg) | diff --git a/justfile b/justfile index 055f5a0..028d671 100644 --- a/justfile +++ b/justfile @@ -16,6 +16,6 @@ s5: s6: (sketch "06" "glslViewer" "strange.frag") -s8_run: (sketch "08" "racket" "spirals.rkt") +s8_run: (sketch "08" "racket" "tree.rkt") s8: npx nodemon -e rkt -x 'clear && just s8_run' -- cgit v1.3.1