Changes

Jump to: navigation, search

Processing.js

3,757 bytes added, 22:05, 12 April 2011
Project Contributor(s)
Check out [http://9elements.com/io/projects/html5/canvas/ http://9elements.com/io/projects/html5/canvas/] for a cool visual.
==Project Details==
 
Processing is an open source programming language and environment for people who want to program images, animation, and interactions. Processing is an alternative to proprietary software tools in the same domain.
 
Processing.js will:
 
* enable Processing users to take advantage of the full power of the open web
* serve as a forcing function to drive improvements in key aspects of Mozilla products and technologies, including; JavaScript, Canvas Functionality, applications of Bespin, Ubiquity, Multi-Touch and others
 
Read more on the project [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb Processing For The Web].
 
'''Project Bugs & Tickets''' is [https://processing-js.lighthouseapp.com/projects/41284-processingjs/tickets?q=all here]
==Project Leader(s) ==
* {| class="wikitable" style="text-align:center" border="1" cellpadding="2" width="500px"! Name/User Page !! Blog !! IRC Nick(s)|-| [[User:David.humphrey|David Humphrey]]|| [http://vocamus.net/dave blog] || humph|-* | Corban Brook || [http://weare.buildingsky.net/ blog] || corban|-| [[User:Anna.sobiepanek|Anna Sobiepanek]] || [http://annasob.wordpress.com/category/processing-js/ blog]|| annasob|-* |[[User:Asalga|Andor Salga]] || [http://asalga.wordpress.com/ blog]|| asalga|-* |[[User:ASydiK|Mickael Medel]] || [http://asydik.wordpress.com/category/professional/open-source/processing-js/ blog]|| aSydiK|-* |[[User:mlam19|Matthew Lam]] (|| [http://wobblyretroaction.blogspot.com/ blog])|| mlam19|-* |[[User:dliu53dhhodgin|Donghui LiuDaniel Hodgin]] || [http://dliu53www.wordpresshodgin.comca/ blog]|| dhodgin|-* |[[User:esindominic|Edward SinDominic Baranski]] || [http://minyxowww.blogspotdbaranski.comnet/ blog]|| dcbarans|-* |[[User:Tyrant911sdowne|Alex LondonoScott Downe]] (will add a new || [http://scottdowne.blogspot.com blog after, going to class right now.)] || scott|-|}
==Project Contributor(s)==
{| class="wikitable" style=Project Details"text-align:center" border="1" cellpadding="2" width="500px"! Name/User Page !! Blog !! IRC Nick(s)|-| [[User:AbelAllison|Abel Allison]] || [http://blog.groovemechanic.net/ blog] || aallison|-| [[User:Andrewgrimo|Andrew Grimo]] || [http://andrewgrimo.wordpress.com/category/open-source/ blog] |||-| [[User:eston|Eston Bond]] || [http://socialuxe.com/ blog] || eston|-| [[User:Minooz/OSD600|Minoo Ziaei]] || [http://minooz.wordpress.com/category/processing/ blog] || Minooz|-| Mike Kamermans || [http://projects.nihongoresources.com blog] || Pomax|-| Yury Delendik || |||} ==Former Member(s) ==  {| class="wikitable" style="text-align:center" border="1" cellpadding="2" width="500px"! Name/User Page !! Blog !! IRC Nick(s)|-|[[User:dliu53|Donghui Liu]] || [http://dliu53.wordpress.com/ blog] || dliu53|-|[[User:esin|Edward Sin]] || [http://minyxo.blogspot.com/ blog] || MinyXO|-|[[User:Tyrant911|Alex Londono]] || [http://tyrant911-processingdotjs.blogspot.com/ blog] || Tyrant911|-|[[User:Tiago|Tiago Moreira]] || [http://tiago.kamots.net/ blog] || Kamots|-|[[User:Jmchen|Jianming Chen]] || [http://jmchen11.wordpress.com/ blog] || jmchen11|-|[[User:Zbhuang1|Zhibin Huang]] || [http://zbhuang1.blogspot.com/ blog] || zbhuang1|-|[[User:tdao75|Thanh Dao]] || [http://tdao75.blogspot.com blog] || tdao75|}
Processing is an open source programming language and environment for people who want to program images, animation, and interactions. Processing is an alternative to proprietary software tools in the same domain. ==Related Bugs==
ProcessingCanvas<ul><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=381930 Bug 381930] - No repaint inside very large canvas</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=370450 Bug 370450] - Safari "canvas" demonstration cause Minefield to hang while page is loaded</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=408372 Bug 408372] - &lt;canvas&gt; canvas animation is jerky on Firefox 3 beta 1, Linux x86_64</li><li>[https://bugzilla.mozilla.org/show_bug.js willcgi?id=501677 Bug 501677] - Drawing lines in big Canvas don't work always</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=518173 Bug 518173] - webgl does not build on Darwin/X11 (bad gl.h)</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=411475 Bug 411475] - Canvas3D not working on Radeon 9250</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=488271 Bug 488271] - Examples crash with ATI on Vista</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=480993 Bug 480993] - Canvas 3D spec tests</li></ul>
* enable Processing users to take advantage of the full power of the open webWebGL* serve as a forcing function to drive improvements in key aspects of Mozilla products and technologies, including; JavaScript, Camvas Functionality, applications of Bespin, Ubiquity, Multi-Touch and others<ul><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=520134 Bug 520134]</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=518894 Bug 518894]</li><li>[https://bugzilla.mozilla.org/show_bug.cgi?id=518173 Bug 518173]</li></ul>
Read more on the project [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb Processing For The Web].
'''Project Task List''' is [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb/Tasks here]
==Resources==
===Learning===
# [http://rhizome.org/editorial/2960 Recent interview] with creators of Processing about the language and its future
# Download the Java version of Processing @ http://processing.org/download/
# Look at what Processing Java is capable of @ http://processing.org/exhibition/
# Experiment around with the Processing Java app, use the Basic Examples @ http://processing.org/learning/basics/ and make something cool, interesting, wacky, where-ever your experiment takes you.
# Test whether you can re-create your sketch by copying your code to http://hasCanvas.com You can share your work so others can see what you have done, you can also use hasCanvas to embed your visualization in your web site / blog.
# How to documentation for processing.js inconsistencies from java processing @ http://zenit.senecac.on.ca/wiki/index.php/Processing.js/HowTo
 
==Conference Call==
Up until the end of April, we will be doing conference calls with the processing.js developers on a weekly basis. We will post the links to the minutes here as well as any agendas, etc.
===Call Details===
Call will take place Thursdays at 5:15pm
===Primary Dial-in Numbers===
+1 416-848-3114 [ Extension 92, Conference# 7633 ] (Canada) <br>
+1 800-707-2533 [ Pin 369, Conference# 7633 ] (Canada/US Toll Free)
 
===Agendas/Minutes===
[[Processing.js/ConferenceCalls|Conference Call Meetings]]==Project NewsDocumentation==
* September 23 2009 - registered [irc://irc[Processing.mozilla.orgjs/processing.js #processing.jsHowTo|Getting Started With Processing] on [http://irc.mozilla.org moznet]
1
edit

Navigation menu