Changes

Jump to: navigation, search

Processing.js for JavaScript Devs

25 bytes removed, 20:15, 16 September 2010
no edit summary
# Create a web page that includes Processing.js as well as a <canvas> with info about where to get your sketch file:
<pre> <script src="processing-0.9.7.min.js"></script> <canvas data-processing-sources="hello-web.pde"></canvas></pre>
Load your web page, and it will parse, translate, and run your sketch in the browser.
The Processing language was designed to be small but complete, and easy to learn. Having said that, it is
...todo.... ...processing.js is not really a general purpose JS canvas library--it is a port of Processing.js.
==Ways to Use Processing.js==
Confirm
656
edits

Navigation menu