Difference between revisions of "Minoo processing"
(→About Processing.js) |
(→Start up!) |
||
(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ='''PROCESSING'''= | ||
+ | ==Start up!== | ||
+ | : [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://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://dev.processing.org/build/ how to build the processing in cygwin] | ||
+ | : [http://cheat.errtheblog.com/s/git Git Cheat Sheet] | ||
+ | ==Discussions== | ||
+ | : link to the [[Processing_Discussions | Discussions and Questions]] | ||
==About Processing.js== | ==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] | ||
==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] | ||
+ | : 3- [http://cheat.errtheblog.com/s/git git cheat sheet] | ||
+ | |||
+ | ==Contributors== | ||
+ | :[http://zenit.senecac.on.ca/wiki/index.php/User:Anna.sobiepanek Anna Sobiepanek] | ||
+ | :[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://matrix.senecac.on.ca/~asalga/DPS909/release0.2/work/demos/ a salga] |
Latest revision as of 21:14, 24 March 2010
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
Discussions
- link to the Discussions and Questions
About Processing.js
- Processingjs.org
- Processing.org
- Definition of the project
- Processing on CDOT
- Mozilla Project
Related References
- 1- C3DL
- 2-Canvas Tutorial
- 3- git cheat sheet