Difference between revisions of "User:Minooz/OSD600/processing"

From CDOT Wiki
Jump to: navigation, search
(Release 0.1)
Line 11: Line 11:
 
: A missing feature from Processing (Java). Convert a char, a integer, a string, an array into a boolean.
 
: A missing feature from Processing (Java). Convert a char, a integer, a string, an array into a boolean.
  
==Start up!==
+
====Start up!====
 +
: [http://processingjs.org/ Processingjs.org]
 +
: [http://processing.org/ Processing.org]
 +
: Definition of the [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb project]
 +
: Processing on [http://zenit.senecac.on.ca/wiki/index.php/Processing.js CDOT]
 +
:[https://developer.mozilla.org/En/Developer_Guide/Source_Code Mozilla Project]
 +
: [http://processingjs.org/reference/articles/jsQuickStart Processing QuickStart]
 +
: [https://wiki.mozilla.org/Processing.js_for_JavaScript_Devs processing.js for javascript]
 +
: [http://processing.org/learning/gettingstarted/ Getting Started]
 +
 
 +
====Setup the environment====
 
: [https://processing-js.lighthouseapp.com/projects/41284/project-workflow setup]
 
: [https://processing-js.lighthouseapp.com/projects/41284/project-workflow setup]
 
: [http://processingjs.org/blog/?p=152 Git/GitHub] and [http://processingjs.org/blog/?p=155 Add code to repo]
 
: [http://processingjs.org/blog/?p=152 Git/GitHub] and [http://processingjs.org/blog/?p=155 Add code to repo]
 
: [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html git_tutorial]
 
: [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html git_tutorial]
: [http://dev.processing.org/source/index.cgi/trunk/processing/core/src/processing/core/ Java Code]
 
 
: [http://groups.google.com/group/processingjs?pli=1 google help beginners]
 
: [http://groups.google.com/group/processingjs?pli=1 google help beginners]
 
: [http://dev.processing.org/build/ how to build the processing in cygwin]
 
: [http://dev.processing.org/build/ how to build the processing in cygwin]
Line 23: Line 32:
 
: [https://github.com/blog/180-local-github-config github .gitconfig]
 
: [https://github.com/blog/180-local-github-config github .gitconfig]
 
: [http://expansive-derivation.ossreleasefeed.com/2010/07/getting-started-with-processing-js/ sample]
 
: [http://expansive-derivation.ossreleasefeed.com/2010/07/getting-started-with-processing-js/ sample]
: [http://processingjs.org/reference/articles/jsQuickStart Processing QuickStart]
 
 
: [https://processing-js.lighthouseapp.com/projects/41284/how-to-contribute how to contribute]
 
: [https://processing-js.lighthouseapp.com/projects/41284/how-to-contribute how to contribute]
 
: [http://getfirebug.com/javascript firebug] - [http://thecodecentral.com/2007/08/01/debug-javascript-with-firebug#sampleFiles Tutorial]
 
: [http://getfirebug.com/javascript firebug] - [http://thecodecentral.com/2007/08/01/debug-javascript-with-firebug#sampleFiles Tutorial]
 
: [http://help.github.com/forking/ Fork on GitHub]
 
: [http://help.github.com/forking/ Fork on GitHub]
  
==Bugs==
+
====Helps====
 +
 
 
: link to the [[Processing_Discussions | Discussions and Questions]]
 
: link to the [[Processing_Discussions | Discussions and Questions]]
: [https://processing-js.lighthouseapp.com/projects/41284/tickets/448-code-parseboolean ParseBoolean]
 
:: [http://code.google.com/p/processing/w/list Introduction to Processing java]
 
:: [http://code.google.com/p/processing/source/browse/trunk/processing/core/src/processing/#processing%2Fcore  Java repo]
 
:: [http://processing.org/learning/gettingstarted/ Getting Started]
 
:: [http://www.google.com/codesearch/p?hl=en#Ej56LtI_pY0/trunk/processing/core/methods/demo/PApplet.java&q=test%20parseBoolean%28%29%20package:http://processing\.googlecode\.com&sa=N&cd=1&ct=rc&l=5946 googleCode.PApplet.java]
 
 
==About Processing.js==
 
: [http://processingjs.org/ Processingjs.org]
 
: [http://processing.org/ Processing.org]
 
: Definition of the [https://wiki.mozilla.org/Education/Projects/ProcessingForTheWeb project]
 
: Processing on [http://zenit.senecac.on.ca/wiki/index.php/Processing.js CDOT]
 
:[https://developer.mozilla.org/En/Developer_Guide/Source_Code Mozilla Project]
 
: [https://wiki.mozilla.org/Processing.js_for_JavaScript_Devs processing.js for javascript]
 
 
==Related References==
 
: 1- [http://zenit.senecac.on.ca/wiki/index.php/Canvas3D_JS_Library C3DL]
 
: 2-[https://developer.mozilla.org/en/Canvas_tutorial Canvas Tutorial]
 

Revision as of 00:38, 27 February 2011

PROCESSING

My works on Processing.js

Release 0.1

processing.js
Source Control: git
BugTracker: Lighthouse
Blog: @ wordpress
  • Bugs
Add parseBoolean function. Ticket @lighthouse
A missing feature from Processing (Java). Convert a char, a integer, a string, an array into a boolean.

Start up!

Processingjs.org
Processing.org
Definition of the project
Processing on CDOT
Mozilla Project
Processing QuickStart
processing.js for javascript
Getting Started

Setup the environment

setup
Git/GitHub and Add code to repo
git_tutorial
google help beginners
how to build the processing in cygwin
Git Cheat Sheet
msysgit
learn GitHub
github .gitconfig
sample
how to contribute
firebug - Tutorial
Fork on GitHub

Helps

link to the Discussions and Questions