Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phenax/creative-coding-playground
Making cool looking things for fun
https://github.com/phenax/creative-coding-playground
creative-coding glsl racket
Last synced: 18 days ago
JSON representation
Making cool looking things for fun
- Host: GitHub
- URL: https://github.com/phenax/creative-coding-playground
- Owner: phenax
- License: mit
- Created: 2023-11-11T09:24:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T18:23:48.000Z (about 1 year ago)
- Last Synced: 2024-11-16T04:39:17.708Z (3 months ago)
- Topics: creative-coding, glsl, racket
- Language: GLSL
- Homepage:
- Size: 2.84 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My playground
Making cool looking things for fun. They're all inside the [sketches](./sketches/) directory.## 08: Spiral tree fractal: [tree.rkt](./sketches/08/tree.rkt)
| | | | |
|-----------------------------------------|-----------------------------------------|-----------------------------------------|-----------------------------------------|
| ![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) |## 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)## 06: Magic circlular circles: [strange.frag](./sketches/06/strange.frag)
![6.1](./sketches/06/screenshots/1.jpg)## 05: Dragon's curve: [dragon.rkt](./sketches/05/dragon.rkt)
| | |
|-----------------------------------------|-----------------------------------------|
| ![5.1](./sketches/05/screenshots/1.jpg) | ![5.2](./sketches/05/screenshots/2.jpg) |## 04: Dot animation: [polka.frag](./sketches/04/polka.frag)
![4.1](./sketches/04/screenshots/1.jpg)## 03: [WIP]
## 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) |## 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) |