Using processing libraries in processing.js
问题 For those that don't know, Processing is a great Java library =for rendering nice visualizations of data and serves as a wrapper for JOGL. Processing.js is the Javascript port of this library. In order to create a processing applet inside HTML, you need 3 things. processing.js anything.html anything.pde // Processing program I'm basically trying out the js version and the problem is that if any libraries are included in the pde, it won't load inside the canvas. Here are 2 examples: This is an