import processing.js into javascript?
in
Processing with Other Languages
•
8 months ago
Hi,
I know that processing.js is a translation of Processing code to Javascript. Unfortunately, I have specific Ajax calls that have to be made within my program, so I can't brute-translate in this way (and there are no Ajax libraries for Processing that work). Is it possible to edit my code to change it to Javascript, and then import a Processing library so that functions like draw() can be used?
Thanks!
1