Creative Labs: Particles Live demo
GPU particle lab with React Three Fiber. This README keeps only the essentials; extended content lives in docs/.
- React 19 + TypeScript + Vite 7
- Three.js with React Three Fiber (@react-three/fiber, @react-three/drei)
- PostFX (FXAA, Bloom, Motion Blur) with a custom pipeline
- Dev:
npm run dev - Build:
npm run build - Preview:
npm run preview
Note: Vite warns if the full process.env is defined. Avoid exposing the entire environment.
- Docs index:
docs/README.md - Vision:
docs/VISION.md - Creative process:
docs/CREATIVE_PROCESS.md - PoC:
docs/POC.md - MVP:
docs/MVP.md - Architecture:
ARCHITECTURE.md - Style guide:
docs/STYLE_GUIDE.md
- Legacy reference: "The-Spirit by edankwan"
