PS101:Installing Processing

From NYC Resistor Wiki
Jump to navigation Jump to search
Processing 101 Class Notes
Sections
  1. Home
  2. Installing Processing
  3. Introduction to the Processing IDE
  4. A Programming Primer
  5. Hello Rect
  6. Animation
  7. Images
  8. Input
  9. Files
  10. Libraries

Install it[edit]

Processing.org is the place to find all things processing. If you've already got Processing, make sure you upgrade to 0154. Processing changes fast!

  1. Go to http://processing.org/download
  2. Download the version appropriate for your platform
  3. Run the installer

Now is the time where anyone we all help each other to make sure everyone has it working.

Run a sample sketch[edit]

  1. Start Processing
  2. Click on File
  3. Go to Examples
  4. Go to Basic
  5. Go to Sprite
  6. Start the sketch
  7. Play with the teddy bear

Great! Everything is working. Let's make some sketches.

Good to know[edit]

Keep Processing.org open whenever you're hacking. The core and libraries references are both excellent and you will refer to them constantly.