diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 42 |
1 files changed, 21 insertions, 21 deletions
@@ -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`) -| | | -|-----------------------------------------|-----------------------------------------| -|  |  | +## 08: Spiral tree fractal: [tree.rkt](./sketches/08/tree.rkt) -## 02: Newton's fractal (`f(z) = z^3 - 1`) -| | | -|-----------------------------------------|-----------------------------------------| -|  |  | +| | | | | +|-----------------------------------------|-----------------------------------------|-----------------------------------------|-----------------------------------------| +|  |  |  |  | -## 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. + -## 04: Dot animation - +## 06: Magic circlular circles: [strange.frag](./sketches/06/strange.frag) + -## 05: Dragon's curve +## 05: Dragon's curve: [dragon.rkt](./sketches/05/dragon.rkt) | | | |-----------------------------------------|-----------------------------------------| |  |  | -## 06: Magic circlular circles - +## 04: Dot animation: [polka.frag](./sketches/04/polka.frag) + -## 07: 3D Siepinski triangle in desmos [WIP] -Don't know if this is even possible, but I'm gonna try anyway. - +## 03: [WIP] -## 08: Spiral tree fractal +## 02: Newton's fractal (`f(z) = z^3 - 1`): [newton.frag](./sketches/02/newton.frag) +| | | +|-----------------------------------------|-----------------------------------------| +|  |  | -| | | | | -|-----------------------------------------|-----------------------------------------|-----------------------------------------|-----------------------------------------| -|  |  |  |  | +## 01: Mandelbrot fractal (Generalized to `z' = z^n + c`): [mandelbrot.frag](./sketches/01/mandelbrot.frag) +| | | +|-----------------------------------------|-----------------------------------------| +|  |  | |
