We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I have developed this app but would like to have it online. Apparently, SMT is not supported any more, so do you have any ideas on how to convert my Processing code int processing.js? So far, I have only read this article http://dm.ncl.ac.uk/adrianpark/2012/02/07/processing-js-multitouch-magic-finger-tips/ but I have to convert lots of lines of code. Do you think I have any other better option? Many thanks
Answers
Anyone?
Well, you could convert it into p5.js, which is supports multitouch natively.
https://p5js.org/reference/#/p5/touches
Yes, I think you are right. p5.js seems quite nice. Cheers!