6 ms·
Per the Processing.js site, you include the processing.js file and then set an attribute on the canvas showing where to get the PDE file (your code). In this ca
by tslater2006 12y ago
Per the Processing.js site, you include the processing.js file and then set an attribute on the canvas showing where to get the PDE file (your code). In this case they set it to: data-processing-sources="bezier_clock.pde"
Making the sources to the clock available here: http://jackf.net/bezier-clock/bezier_clock.pde http://jackf.net/bezier-clock/bezier_clock.pde
- chillingeffect 12y agoAh! I see now. Thank you very much for explaining that.