sketch.js icon indicating copy to clipboard operation
sketch.js copied to clipboard

Trying to use sketch.js Particles example with Webcam motion tracking Gest.js library

Open bamboolix opened this issue 7 years ago • 1 comments

Hello,

First of all this library is amazing. Thank you for sharing it with the community. I'm trying to use the gest.js library used to manipulate MMI by tracking user moves with the webcam like in the examples beneath :

https://hadi.io/gest.js/demos/slidesjs/index.html

I would like to use camera tracking with the particles example which only seems to listen to mouse events :

http://soulwire.github.io/sketch.js/examples/particles.html

Is their I could simulate mouse events with JS ?

Best regards

bamboolix avatar May 04 '17 11:05 bamboolix

It seems after reading the API, that they would be a way by overwriting the mousemove API event (https://github.com/soulwire/sketch.js/wiki/API). I am going to try and do something with this.

David

bamboolix avatar May 04 '17 12:05 bamboolix