We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I've just imported my sketch in a web server but i don't know how to import and use external processing library. Does anyone can help me, please? Thank you in advance.
Answers
Unfortunately, unless those Java libraries you rely on were also written for the JS language, you won't be able to use them under the Pjs framework! :(
Optionally you can find a similar library for JS, write 1 yourself, or even try out pasting its source to the sketch, hoping it somehow can be converted to Pjs! :-<
A more definitive solution is converting your Java Mode sketch to p5.js and use its corresponding libraries:
Thank you GoToLoop, i think that i'll use P5js...