Difference between revisions of "User:Minooz/OSD600/processing"
< User:Minooz | OSD600
(→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://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] | ||
− | |||
: [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] | ||
− | == | + | ====Helps==== |
+ | |||
: link to the [[Processing_Discussions | Discussions and Questions]] | : link to the [[Processing_Discussions | Discussions and Questions]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:38, 26 February 2011
Contents
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