|
|
|
|
|
by lstamour
4332 days ago
|
|
Processing isn't about data. It's about graphics. The original, is a playground environment based on Java for making computer graphics and such. Think of it as programming for non-programmers. Processing.js brought the Java toolkit to the web. You could basically insert a script tag and your Processing code would run within a Canvas object. P5 here apparently improves upon Processing.js, letting you "escape the canvas" if you so choose. |
|