Difference between revisions of "User:Minooz/Processing"
(Created page with ' ='''PROCESSING'''= ==Start up!== : [https://processing-js.lighthouseapp.com/projects/41284/project-workflow setup] : [http://processingjs.org/blog/?p=152 Git/GitHub] and [http:…') |
(→PROCESSING) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
='''PROCESSING'''= | ='''PROCESSING'''= | ||
==Start up!== | ==Start up!== | ||
Line 10: | Line 8: | ||
: [http://dev.processing.org/build/ how to build the processing in cygwin] | : [http://dev.processing.org/build/ how to build the processing in cygwin] | ||
: [http://cheat.errtheblog.com/s/git Git Cheat Sheet] | : [http://cheat.errtheblog.com/s/git Git Cheat Sheet] | ||
+ | : [http://code.google.com/p/msysgit/ msysgit] | ||
+ | : [http://learn.github.com/p/normal.html learn GitHub] | ||
+ | : [https://github.com/blog/180-local-github-config github .gitconfig] | ||
+ | : [http://expansive-derivation.ossreleasefeed.com/2010/07/getting-started-with-processing-js/ sample] | ||
+ | : [http://processingjs.org/reference/articles/jsQuickStart Processing QuickStart] | ||
− | == | + | ==Bugs== |
: link to the [[Processing_Discussions | Discussions and Questions]] | : link to the [[Processing_Discussions | Discussions and Questions]] | ||
+ | : 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== | ==About Processing.js== | ||
: [http://processingjs.org/ Processingjs.org] | : [http://processingjs.org/ Processingjs.org] | ||
Line 19: | Line 29: | ||
: Processing on [http://zenit.senecac.on.ca/wiki/index.php/Processing.js CDOT] | : 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://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== | ==Related References== | ||
: 1- [http://zenit.senecac.on.ca/wiki/index.php/Canvas3D_JS_Library C3DL] | : 1- [http://zenit.senecac.on.ca/wiki/index.php/Canvas3D_JS_Library C3DL] | ||
: 2-[https://developer.mozilla.org/en/Canvas_tutorial Canvas Tutorial] | : 2-[https://developer.mozilla.org/en/Canvas_tutorial Canvas Tutorial] | ||
− | |||
==Contributors== | ==Contributors== | ||
Line 29: | Line 39: | ||
:[http://scottdowne.blogspot.com/search?updated-max=2010-02-02T05%3A41%3A00-08%3A00&max-results=7 scott downe] | :[http://scottdowne.blogspot.com/search?updated-max=2010-02-02T05%3A41%3A00-08%3A00&max-results=7 scott downe] | ||
:[http://www.learningprocessing.com/examples/chapter-15/example-15-1/ Daniel Shiffman] | :[http://www.learningprocessing.com/examples/chapter-15/example-15-1/ Daniel Shiffman] | ||
− | :[http://matrix.senecac.on.ca/~asalga/DPS909/release0.2/work/demos/ | + | :[http://matrix.senecac.on.ca/~asalga/DPS909/release0.2/work/demos/ Andor salga] |
+ | : [http://hodgin.ca/?p=125 Daniel Hodgin] |
Latest revision as of 18:57, 30 January 2011
Contents
PROCESSING
Start up!
- setup
- Git/GitHub and Add code to repo
- git_tutorial
- Java Code
- google help beginners
- how to build the processing in cygwin
- Git Cheat Sheet
- msysgit
- learn GitHub
- github .gitconfig
- sample
- Processing QuickStart
Bugs
- link to the Discussions and Questions
- ParseBoolean
About Processing.js
- Processingjs.org
- Processing.org
- Definition of the project
- Processing on CDOT
- Mozilla Project
- processing.js for javascript
Related References
- 1- C3DL
- 2-Canvas Tutorial