We are about to switch to a new forum software. Until then we have removed the registration on this forum.
This is probably a basic question but I know very little about Javascript. When I use p5.js, am I writing my sketch code in Javascript itself rather than the usual Java-like language of Processing, or is p5.js something that compiles to Javascript?
And can I use other JS libraries? For instance I would like to integrate math.js (a symbolic computer algebra system) into some Processing code.
For that matter can I incorporate Java libraries into regular Processing code, should I happen to find a useful Java library? Can Java or other languages be linked with Processing?
Thanks,
Mike
Answers
https://Forum.Processing.org/two/discussions/tagged/math.js
Thanks. What I would like to understand is... so p5.js programs are written in Javascript, not compiled to Javascript? If they are written in Javascript then I guess any JS library can be imported.