sculptgl
sculptgl copied to clipboard
Can LeapMotion be an input device?
Can this web page thing use LeapMotion as an input device? If can, could you tell how to add it to the web page? (no need to say too much details, I even didn't know which part of the code should change) thanks
PS: I use your code to do some programming won't be used in commercial category, just to develop the page
You'd need to include https://github.com/leapmotion/leapjs. I don't know how the api work though. All the controller stuffs is managed in the SculptGL.js file (for now it uses Hammer for mobile and standard mouse event for desktop).
ps : sculptgl's LICENSE is MIT so you can do almost whatever you want.
Thanks for your reply, I'll try myself. Also thanks for telling me the license's thing