A gesture-controlled 3D voxel editor built from scratch for the web.
No Python runtime. No OpenCV backend. Just pure HTML + CSS + Vanilla JavaScript + Three.js.
This project explores how far real-time interaction can be pushed directly inside the browser.
- 🖐️ Real-time hand gesture interaction
- 🧊 3D voxel creation and manipulation
- 🔄 Gesture-based rotation, movement, reset
- 🧠 Custom gesture logic (no OpenCV dependency)
- 🌐 Runs entirely in the browser
- ⚡ Optimized for smooth real-time performance
- HTML5 – Structure
- CSS3 – UI styling
- JavaScript (Vanilla) – Core logic
- Three.js – 3D rendering
- Web APIs – Real-time interaction
No Python. No server. No frameworks. Everything runs locally.