Creative Programming Assignment 201211

1. Summary of the structure

2. Schedule

Week

Lecture 13:45 t/m 15:30; PAVILJOEN J17

Workshop 10:45 t/m 12:30; AUDITORIUM 12

1

12-11-2012

Introduction, by Rene Ahn

15-11-2012

Using Libraries, by Jun Hu and Rene Ahn

2

19-11-2012

Variables and Flow Control, by Rene Ahn

22-11-2012

Graphics, by Mathias Funk and Loe Feijs

3

26-11-2012

Arrays and Functions, by Mathias Funk

29-11-2012

Multimedia, by Mathias Funk

4

03-12-2012

Algorithms and Data Structures, by Loe Feijs

<bgcolor="#E0E0FF"> 06-12-2012

Exhibition of Challenge 1

5

10-12-2012

Object Orientation, by Loe Feijs, Jun Hu and Rene Ahn

13-12-2012

Arduino and Serial Communication, by Jun Hu and Rene Ahn

6

17-12-2012

GUI and Interactivity, by Jun Hu

20-12-2012

Internet of Things, by Peter Peters and Mathias Funk

7

07-01-2013

Beyond Processing, by Jun Hu

10-01-2013

<bgcolor="#E0E0FF"> Exhibition of Challenge 2

2.1. Part 1

2.1.1. Week 1: Introduction and Variables

2.1.2. Week 2: Control flows and PDF output

2.1.3. Week 3: Interactive Session 1

2.2. Part 2

2.2.1. Week 4: Functions, Arrays and Algorithms

2.2.2. Week 5: Classes, Objects and Computer Vision

2.2.3. Week 6: Interactive Session 2

3. Deliverables

4. Installing Processing

  1. Download processing. Please make sure you are downloading the latest stable release. There are two versions, one with Java, one without. If you are not sure, download the one with Java.

    • For those who know what the JDK is and wants to install Processing along with JDK: You need x32 version of the JDK no matter whether you are running an x32 or x64 system.
    • If you don't understand what the above comment is about, download the one with Java.

  2. Create a directory "Programs" on the C: disk, in the root. If "C:\Programs" exists already, skip this step.
  3. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Processing, remove the entire processing directory first.
  4. Create a shortcut on your desktop to "Processing.exe" for easy access.

5. If you have questions or if you need help