We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How would I go about including the Leap library when using Processing.js to put the sketch on the web?
When I try, I get this:
Uncaught ReferenceError: LeapMotion is not defined at Processing.Processing.setup (eval at attach (processing.js:885), :12:3) at executeSketch (processing.js:21571) at new Processing.Processing (processing.js:21598) at callback (processing.js:964) at XMLHttpRequest.xhr.onreadystatechange (processing.js:943)
Which to me looks like it fails to load the library, and thus stops loading the rest of the sketch due to an error. Can anyone help me out?
Answers
https://GitHub.com/cozmoc/LeapMotion-Matter.JS
Thank you very much for your reply, and for the links you provided! I will take a look and report back with my results