From 8b4a63947c4943124d43f75ecef944ed2cb5fd31 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 27 Feb 2025 14:27:36 +0100 Subject: holy shit particles --- README.md | 2 + index.html | 8 + particles/index.html | 471 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 481 insertions(+) create mode 100644 particles/index.html diff --git a/README.md b/README.md index b961cf1..2d2f218 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A collection of cute & creative web experiments and visual experiences. - [Lemmings](/lemmings/) - Cute green & blue lemmings walking and falling in a dynamic pixelated environment. - [Digital Zen Garden](/zengarden/) - A meditative drag-and-drop experience where users can arrange elements with subtle animations. - [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. ## 🚀 Local Development @@ -21,6 +22,7 @@ To view the experiments locally: - Isometric Triangles: `isometric/index.html` - Digital Zen Garden: `zengarden/index.html` - BTC Ticker: `btctick/index.html` + - Interactive Particle System: `particles/index.html` ## 💻 Technologies diff --git a/index.html b/index.html index 7fb4333..ebfbc82 100644 --- a/index.html +++ b/index.html @@ -140,6 +140,14 @@ subtle animations. + + + Interactive Particle System + + A full-screen interactive particle system where particles respond to cursor movement, clicks, and + device tilt. + +