DEV Community

Discussion on: JavaScript Quickies: Controlling 3D Objects with Hands 🤯

Collapse
 
voanhcuoc profile image
Khoa Che

I did try these handtrack devices in the browser by writing a websocket server in C++ or whatever language they provide API, then forward skelectal coordinates as JSON string. That's a pretty terrible experience, the orbit is not linear and come in zig-zag shape, doing interpolation afterward resulted in huge delays.

Any suggestion ? Thank in advance :)

Collapse
 
sarthology profile image
Sarthak Sharma

Try Three.js