Skip to content

Commit ddf49c8

Browse files
committed
docs(readme): added README.md
1 parent 3c8b472 commit ddf49c8

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
11
# my_sketches
2+
3+
A collection of experiments in generative art, complex systems, emergent behavior and visualizations built with p5.js and WebGL for GPU-accelarated graphics.
4+
5+
The repository is modular with a common utilities and isolated environments for each sketch.
6+
7+
```Plaintext
8+
.
9+
├── css/ # Stylesheets for main gallery and individual sketches
10+
├── js/ # Shared logic (colors.js, utils.js)
11+
├── sketches/ # Individual project directories
12+
│ ├── inky_waves/ # Example: WebGL shader-based sketch
13+
│ │ ├── index.html
14+
│ │ ├── inky_waves.js
15+
│ │ ├── waves.frag
16+
│ │ └── waves.vert
17+
│ └── ...
18+
└── index.html # Main landing page with theme toggling
19+
```
20+
21+
Because the sketches load external shader files (.frag, .vert), a local server is required to run.
22+

0 commit comments

Comments
 (0)