Summer Camp: Creative Programming and User Experience 2014

at Sino-Dutch Design Center for Social and Cultural Computing, Science and Education New Town, Taicang, China

July 21-28, 2014

Summary of the structure

Schedule

Week

Lecture, Tuesdays, 13:45 t/m 15:30;LAPLACE-GEBOUW -1.19

Workshop, Thursdays, 10:45 t/m 12:30; LAPLACE-GEBOUW -1.19

1

04-22

Introduction, by Jun Hu

04-24

Using Libraries, by Jun Hu

2

04-29

Variables and Flow Control, by Mathias Funk

05-01

Graphics, by Mathias Funk

3

05-06

Arrays and Functions, by Jun Hu

05-08

Exhibition of Challenge 1 by All

4

05-13

Algorithms and Data Structures, by Loe Feijs

05-15

Arduino and Finite State Machines by Peter Peters

5

05-20

Object Orientation, by Loe Feijs

05-22

OOCSI (Out of Control for Semantic Interactivity) by Mathias Funk

6

05-27

GUI and Interactivity, by Mathias Funk

Holiday

7

06-03

Serial and Internet (of Things), by Peter Peters

06-05

Exhibition of Challenge 2

Week 1

Lecture: Introduction

Workshop: Using Libraries

Week 2

Lecture: Variables and Flow Control

Workshop: Graphics

Week 3

Lecture: Arrays and Functions

Homework: Arrays and Functions (voluntary!!)

You wanted more homework / exercise to develop your processing skills, here you go. All completely voluntary and optional. Start with the first one, as the other build on top of it. Questions? --> Ask during workshop 03, or email Mathias. Solutions? --> Next week!

Exhibition of Challenge 1

Week 4

Lecture: Algorithms and Data Structures

Workshop: Arduino and Finite State Machines

Week 5

Lecture: Object Orientation

Workshop: Out of Control for Semantic Interactivity (OOCSI)

Week 6

Lecture: GUI and Interactivity

Workshop: Serial and Internet (of Things)

Week 7

Lecture: Beyond Processing

Exhibition of Challenge 2

Deliverables

After Exhibition of Challenge 1

After the assignment

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.

Installing Arduino

  1. Download Arduino software;

  2. Extract the entire directory to C:\Programs (note, not "C:\Program Files"). if you are reinstalling Arduino software, remove the entire arduino directory first.
  3. Create a shortcut on your desktop to "Arduino.exe" for easy access.
  4. Install necessary Arduino drivers. Follow the instructions in page 23, Chapter 3 of Getting Started With Arduino

    /!\ If you are installing Arduino on Windows 8, the link below explains shortly how to install drivers for arduino on Windows 8.

Installing Processing

If you have questions or if you need help