HAND ZONE
A WarioWare-inspired hand tracking experiment.
Uses Google MediaPipe — runs entirely in your browser.
Performance
-- FPS
Left Hand
LEFT
STATUS—
GESTURE
X
—
Y
—
Z
—
T
I
M
R
P
Right Hand
RIGHT
STATUS—
GESTURE
X
—
Y
—
Z
—
T
I
M
R
P
Display Options
Draw skeleton
Draw points
Trail effect
Mirror video
Gesture Log
How to Extend
Hand data is in
Each detected hand has:
Hook into
window.handData.Each detected hand has:
.landmarks[] — 21 points (x,y,z).gesture — detected gesture name.handedness — "Left" or "Right".fingers[] — boolean arrayHook into
onHandUpdate(hands) to build your game logic.