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

From CDOT Wiki
Jump to: navigation, search
(Helps)
Line 35: Line 35:
 
: [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]
 
====Helps====
 
 
: link to the [[Processing_Discussions | Discussions and Questions]]
 

Revision as of 00:41, 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