TOUCH with Leap Motion is my first attempt with Leap Motion in WebGL. The demo is super simple, I used the signed distance field primitive functions to construct the finger nodes and the palm and I use them to calculate the particle collision in the GPU.
In the demo, due to the performance issue, I can only create one hand. I tried using 2 hands and the fps dropped to 15fps.
Live demo: http://www.edankwan.com/experiments/touchVideo: https://www.youtube.com/watch?v=ws3DKUe5xPEGithub: https://github.com/edankwan/touch-leap-motion
@edankwan Awesome demo!
Plus: built with Three.js and source code on GitHub. You are a hero.
Thank you. I am glad you like it