|
|
|
|
|
by tslater2006
4292 days 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 |
|