FSOSS 2010/processing.js/

From CDOT Wiki
Revision as of 17:31, 9 September 2010 by Asalga (talk | contribs) (Created page with 'Introduction - What is Processing? - What is Processing.js? - Reference page Environment Setup - Where to download - How to setup with HTML and JS Coordinate Systems - 2D…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

- What is Processing?
- What is Processing.js?
- Reference page

Environment Setup

- Where to download
- How to setup with HTML and JS

Coordinate Systems

- 2D
- 3D

'Hello World' Sketch

Change background Color

Draw loop

- draw callback
- set/get frameRate

Input

- Keyboard
- Mouse

Debugging tips

- alert and println

DOM Integration