1
edit
Changes
no edit summary
<b>Coordinate system</b><br /><ul> <li>size() sets canvas dimensions</li> <li> top-left corner [0, 0]</li> <li> X increases right</li> <li> Y increases downwards</li> </ul> 1 - size, background, rect [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example1 Example] 2 - setup [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example2 Example] 3 - draw, noStroke, ellipse, fill, mousePressed [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example3 Example] 4 - line, stroke, strokeWeight [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example4 Example] 5 - ArrayList [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example5 Example] 6 - mousePressed, mouseReleased, println [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example6 Example] 7 - triangle, rect, point, (neighborhood) 8 - transformed neighborhood 8 - more transforms 9 - 2D Vectors (dot, mult, etc.) 10 - class 11 - type demo (text, textWidth) 12 - PImage, timing, random 13 - Particle System (random) ? - keyPressed, keyCode, keyReleased [done] point? collision detection ----------------3D - box - sphere, sphereDetail - Texture ------------------DOM Integrationstuff - alert - update span----------------- JS libs - Box2DJS - Video - Audio Links:Processing.jsHome Page: ProcessingJS.orgBug Tracking: processing-js.lighthouseapp.com/IDE: PJS, Bespin, SketchPad, EtherPad ProcessingHome Page: Processing.orgBug Tracking: code.google.com/p/processing/issues/list Requirements ?Breaks ?GitHubLighthouseGC