Fractal Lab is a realtime fractal playground built with Astro and Three.js. It focuses on interactive shader-driven visuals with live tuning controls.
- Multiple signed-distance fractal modes
- Ray-marched shader pipeline with bloom, fog, and post-processing
- Live controls for iterations, scale, morphing, and quality
- Responsive UI for desktop and mobile exploration
- Astro
- Three.js
- GLSL
bun install
bun run devBuild and preview:
bun run build
bun run preview