Changes

Jump to: navigation, search

Processing.js for JavaScript Devs

19 bytes removed, 20:10, 16 September 2010
no edit summary
...todo....
* ...processing.js is not really a general purpose JS canvas library--it is a port of Processing.js.  
==Ways to Use Processing.js==
This is the preferred method for using Processing.js, and has been dealt with at length in the [[Processing.js for Processing Devs]] quick start guide. To summarize:
 
# Download Processing.js here: http://processingjs.org/download
Here two buttons in the DOM are used to allow the user to start or stop a running Processing sketch. They control the Processing instance (you might have several in a page, or hidden in divs) directly from JavaScript, calling Processing functions: loop() and noLoop(). The Processing functions are well documented elsewhere.
 
...more...
 
 
 
 
 
==Things to Know as a Processing Developer using Processing.js==
Confirm
656
edits

Navigation menu