Collection of experiments and interactive demos.
Real-time 3D jelly slider rendered via GPU raymarching. SDF physics simulation with Fresnel refraction, Beer-Lambert absorption, and temporal anti-aliasing.
Login form with four SVG characters that react to mouse position and form state. Real-time eye tracking, body distortion, contextual facial expressions, and a multi-phase success animation sequence.
mybuilds/
├── index.html # overview page
├── img/ # preview images
├── jelly-slider/ # webgpu raymarching demo
│ ├── main.js
│ ├── index.html
│ ├── vite.config.js
│ ├── package.json
│ └── prompt.md
└── animated-login/ # svg character login
├── index.html
├── css/
├── js/
├── img/
└── prompt.md

