Open main menu

CDOT Wiki β

Changes

FSOSS 2010/processing.js/

3,451 bytes added, 08:29, 28 October 2010
no edit summary
<h3b>Welcome to the Game Development Using Processing.jsWorkshop!</h3b>
<b>==Intro</b><br />(me)==
<ul>
<li>Seneca college BSD student</li>
<li>Research assistant in CDOT</li>
<li>Related projects: [http://www.c3dl.org C3DL] and [http://zenit.senecac.on.ca/wiki/index.php/XB_PointStream XB PointStream]</li>
<li>[http://asalga.wordpress.com Wordpress], [http://twitter.com/asalga Twitter]</li>
</ul>
<b>==Goals</b><br />& Schedule==<ul> <li>Develop a simple 2D or 3D game using in Processing</li> <li>9-11 Examples and exercises</li> <li>11-12 Work, experiment, collaborate</li></ul>
<b>==Processing (aka P5)</b> [http://www.Processing.org Processing.org]<br />==
<ul>
<li>[http://www.Processing.org Processing.org]</li>
<li>Open source data visualization language</li>
<li>Developed in Java</li>
<li>Requires a JVM plug-in</li>
<li>Uses the <object> tag</li>
<li>[http://www.processing.org/reference/ Reference]</li> <li>[http://code.google.com/p/processing/issues/list Bug tracking]</li></ul>  ===Setting up Processing===<ul> <li>Download it [http://www.processing.org/download/ here]</li> <li>Save the .DMG file to the Desktop</li> <li>Double-click to extract file</li> <li>Drag the Processing icon to the desktop</li> <li>Double-click the icon to start</li>
</ul>
<b>==Processing.js (aka PJS)</b> [http://www.ProcessingJS.org ProcessingJS.org]<br />==
<ul>
<li>[http://www.ProcessingJS.org ProcessingJS.org]</li>
<li>Open source JavaScript port of Processing</li>
<li>Started by John Resig</li>
<li>Many contributions by Seneca</li>
<li>[httpshttp://processing-js.lighthouseapp.com/ Bug Tracking]</li> <li>Does not require a plug-in</li>
<li>Uses the <canvas> tag</li>
<li>Lots of IDEs [http://processingjs.org/learning/ide Processing.js IDE], [http://hascanvas.com/ HasCanvas], [http://sketchpad.cc/ SketchPad], [http://sketch.processing.org/ Sketch.Processing.org], [http://matrix.senecac.on.ca/~asalga/pjswebide/ My IDE]</li>
</ul>
==Setting up Minefield== <ul> <li>Why use it?</li> <li>Much faster than Firefox</li> <li>Has WebGL</li> <li>Download a working version of Minefield [http://zenit.senecac.on.ca/wiki/index.php/Level_Up:_An_OpenWeb_Game_Jam#Resources here]<b/li>Setting up Processing <li>Instructions to enabled WebGL [http://www.c3dl.org/index.jsphp/tutorials/tutorial-1-browsers/ here]</bli> <br /ul>  ==Setting up Processing.js==
<ul>
<li>3 Files Required</li>
<b>Coordinate system<==Examples & Exercises== ===Basics=== size, background, rect [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example1 Example]  setup [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example2 Example]  draw, noStroke, ellipse, fill, mousePressed [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/b><br processing.js/>example3 Example]<ul> <li>size() sets canvas dimensions< line, stroke, strokeWeight [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/li>example4 Example]  <li> top-left corner ArrayList [0http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example5 Example] ===Input=== mousePressed, 0mouseReleased, println, debugging with P5 [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example6 Example]<  keyPressed, keyCode, keyReleased [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/li>example9 Example]  ===Text & Random=== <li> X increases right<text, random [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/li>randomText Example]  [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/randomShapes Exercise] <lib> Y increases downwardsAnimation Timing</lib> <Timing [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/ul>timing Example]
<b>BasiscsVectors & Transformations</b> 1 - size, background, rect [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example1 Examplevectors Vectors]
2 - setup [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example2 Examplevector_ex Vector Exercise]
3 - draw, noStroke, ellipse, fill, mousePressed Particle System [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example3 psys1 Example]
4 - line, stroke, strokeWeight [http:<b>Exercise!<//zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example4 Example]b> Modify the Particle System
5 - ArrayList [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example5 Exampletransforms Transformations]
<b>Input</b> 6 - mousePressed, mouseReleased, println [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example6 Exampletransforms_ex Transform Exercise]
X - keyPressed, keyCode, keyReleased [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/example9 Example]
<b>Transfomations</b> 7 - transforms, triangle, rect, (point)===3D===
8 - more transformsbox [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/box1 Example]
9 - 2D Vectors (dotsphere, mult, etcsphereDetail [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.)js/sphere1 Example]
10 - class (?)Vertex, Texture [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/texture1 Example]
11 - type demo (text, textWidth)===Debugging===
12 - PImage, timing, randomprintln [http://zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/debugging1 Example]
13 - Particle SystemChecking in P5
<b>3D</b> Error console
X - box [http:===DOM Manipulation//zenit.senecac.on.ca/wiki/index.php/FSOSS_2010/processing.js/box1 Example]Library Integration===
X - sphere, sphereDetail DOM Interaction [http://zenitstudio.senecacsketchpad.on.ca/wiki/index.php/FSOSS_2010/processing.jscc/sphere1 Qbm0fYDiTE Example]
X Integration with [http://jqueryui.com/demos/sortable/ jQueryUI] - Vertex[http://matrix.senecac.on.ca/~asalga/FSOSS2010/jQueryUI/jquery-test.html Example]
X - Texture Audio [http://zenitmatrix.senecac.on.ca/wiki~asalga/FSOSS2010/audio/index.phpExample], [http:/FSOSS_2010/processingwiki.jsmozilla.org/texture1 ExampleAudio_Data_API#Working_Audio_Data_Demos Audio Data API Demos]
<b>DOM Manipulation Physics using [http:/Library Integration</b>box2d-js.sourceforge.net/ Box2DJS] - [http://processingjs.org/source/box2d/box2d.html Al MacDonald's Demo], [http://matrix.senecac.on.ca/~asalga/DPS909/release0.2/work/demos/ 0.1 PJS Crayon Physics]
X - DOM Interaction More demos! [http://studiomatrix.sketchpadsenecac.ccon.ca/~asalga/pjswebide/ My PJS Web IDE] ([http://matrix.senecac.on.ca/~asalga/pjswebide/index.php?sketchID=31 Visualizations], [http://Qbm0fYDiTE Examplematrix.senecac.on.ca/~asalga/pjswebide/index.php?sketchID=20 Spatial hierarchies], [http://matrix.senecac.on.ca/~asalga/pjswebide/index.php?sketchID=30 Image manipulation], [http://matrix.senecac.on.ca/~asalga/pjswebide/index.php?sketchID=33 Particle Systems!])
X ==Sample Games==Here are some Processing.js games and prototypes to give you an idea what is possible<br />[http://pointmarker.com/webgl/test1b.html 3D Pong] by bmidgley<br />[http://ptdef.com/ Tower Defense] by Will Larson and Peter Burns<br />[http://matrix.senecac.on.ca/~asalga/pjswebide/index.php?sketchID=32 Core] by Andor Salga<br />[http://bocoup.com/processing-js/docs/index.php?page=Game%20-%20Light%20Cycles Light Cycles] by Al MacDonald<br />[http://processingjs.org/learning/topic/conway Game of Life] by Al MacDonald<br />[http://code.bocoup.com/js- jQueryUI ninja/ JS Ninja] by Al MacDonald<br />[http://matrix.senecac.on.ca/~asalga/FSOSS2010/jQueryUIzelda/jqueryzelda-testjs.html ExampleZelda]by Scott Downe<br />
X - Audio ==Challenges==Create an empty sketch and try to code a simple game:<br />Pong!<br />[http://matrixwww.senecacconcntr8.on.cacom/~asalgaConcentration]<br /FSOSS2010>Flying side-scroller<br /audio/ Example], >[http://wikien.mozillawikipedia.org/Audio_Data_API#Working_Audio_Data_Demos Audio Data API Demoswiki/Sokoban Sokoban]<br />
X - Physics [http:==Gotchas==<ul><li>Integer/Integer division println(5/processingjs2) v.org/source/box2d/box2ds.html Al MacDonald's Demo], [http:println(5//matrix2.senecac.on.ca/~asalga0)</DPS909li><li>NPOT (Non Power of Two) textures will not load in 3D</release0.2li><li>color does not use <b>new</workb></demosli></ 0.1 PJS Crayon Physics]ul>
1
edit