From 0c2af50b19c8f7f381b0f15ddb165b619d7a966e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 4 Jun 2025 09:28:09 +0200 Subject: Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.3.1