Experiment 001 is a minimal browser-based face tracking experiment built with Svelte 5, MediaPipe, Threlte, Three.js, and Tweakpane.
It captures webcam input, tracks facial landmarks in real time, and renders a configurable metallic face mesh over the detected face.
- Realtime face tracking with MediaPipe Face Landmarker.
- Procedural mask rendering with
MeshPhysicalMaterial. - Minimal control surface powered by Tweakpane.
- Svelte 5 native application structure.
- pnpm-based workflow.
pnpm installpnpm run devOpen http://localhost:5173.
pnpm run checkpnpm run buildRun a local Worker preview:
pnpm run cf:devCheck the deploy bundle without publishing:
pnpm run deploy:dry-runDeploy to Cloudflare Workers:
pnpm run deployThis project is licensed under the MIT License.
See the LICENSE file for details.