summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-04 09:28:09 +0200
committerYuval Adam <_@yuv.al>2025-06-04 09:28:09 +0200
commit0c2af50b19c8f7f381b0f15ddb165b619d7a966e (patch)
treeea346a0d8ae4030a37e93b82bfc5483ff914b56e /README.md
parentbca51c7e05b516b9c624fb82fc38bb7566a286e4 (diff)
Update readmeHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41d502e..dd30177 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ A collection of cute & creative web experiments and visual experiences.
- [BTC Ticker](/btctick/) - Live Bitcoin price visualization with a cool animated chart showing price history.
- [Interactive Particle System](/particles/) - A full-screen interactive particle system where particles respond to cursor movement, clicks, and device tilt.
- [Ambient Soundscape Generator](/soundscape/) - Create beautiful, generative ambient soundscapes with customizable musical scales and parameters that play continuously in the background.
+- [LEGO Brick Generator](/legobricks/) - Resizable LEGO brick container with customizable color palettes and randomization options.
+- [WebGL Noise Generator](/webgl/) - Interactive 3D graphics using WebGL with customizable parameters and real-time rendering.
## 🚀 Local Development
@@ -25,6 +27,8 @@ To view the experiments locally:
- BTC Ticker: `btctick/index.html`
- Interactive Particle System: `particles/index.html`
- Ambient Soundscape Generator: `soundscape/index.html`
+ - LEGO Brick Generator: `legobricks/index.html`
+ - WebGL Noise Generator: `webgl/index.html`
## 💻 Technologies