Differences between revisions 8 and 9
Revision 8 as of 2015-04-19 19:35:53
Size: 10250
Editor: JunHu
Comment:
Revision 9 as of 2015-04-19 20:12:23
Size: 7829
Editor: JunHu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
 * This assignment takes seven weeks. Each week has:
  * a
two hour lecture,
 * a two hour workshop,
  *
and 12 hour self study.
 * This assignment takes 5 weeks. Each week has two lectures and 12 hour self study.
Line 27: Line 24:
 * Two challenges. One for the first four weeks and the other for the last three weeks. Your result of the challenge will be exhibited or presented during a scheduled workshop.
  * All the assigners and the students will visit the exhibition and give comments to each other.
  * Some of the results will be selected for plenary presentation.
 * Two challenges. One for the midterm and the other at the end.
Line 31: Line 26:
=== Challenges === == Schedule ==

{{attachment:schedule.jpg}}

|| '''Week''' || '''Lecture''' ||
|| 1 || Introduction, by Loe Feijs ||
|| 2 || Graphics, by Matthias Funk ||
|| 3 || Variables and Control Flow, by Jun Hu ||
|| 4 || Arrays and Functions, by Jun Hu ||
|| 5 || Examples Explained, by Peter Peters ||
|| 6 || Algorithms and Data Structures, by Erik van der Spek ||
|| 7 || Arduino, by Peter Peters ||
|| 8 || GUI and Interactivity, by Erik van der Spek ||
|| 9 || Object Oriented Programming, by Mathias Funk ||
|| 10 || Exhibition, by everyone ||

== Challenges ==
Line 49: Line 60:
== Schedule ==

{{attachment:schedule.jpg}}

|| '''Week''' || '''Lecture''' ||
|| 1 || Introduction, by Loe Feijs ||
|| 2 || Graphics, by Matthias Funk ||
|| 3 || Variables and Control Flow, by Jun Hu ||
|| 4 || Arrays and Functions, by Jun Hu ||
|| 5 || Examples Explained, by Peter Peters ||
|| 6 || Algorithms and Data Structures, by Erik van der Spek ||
|| 7 || Arduino, by Peter Peters ||
|| 8 || GUI and Interactivity, by Erik van der Spek ||
|| 9 || Object Oriented Programming, by Mathias Funk ||
|| 10 || Exhibition, by everyone ||


=== Week 1 ===
==== Lecture: Introduction ====
 * [[attachment:Introduction.pdf]], [[attachment:Introduction.pptx]]

==== Workshop: Graphics ====
 * [[attachment:Graphics.pdf]]
 * [[attachment:Graphics_Exercises.zip]]

=== Week 2 ===
==== Lecture: Variables and Flow Control ====
 * [[attachment:VariablesAndFlowControl.pdf]]
 * [[attachment:extraExampleControlFlow.zip]]

==== Workshop: Using Libraries ====
 * [[attachment:Examples explained.pdf]]
 * [[attachment:Examples.zip]]

=== Week 3 ===
==== Lecture: Arrays and Functions ====
 * [[attachment:ArraysAndFunctions.pdf]]
 * [[attachment:ArraysAndFunctions_examples.zip]] the introductory examples with the turning rectangles
 * [[attachment:DrawingCreatures.zip]] the example with the two "birds"

==== Exhibition of Challenge 1 ====

=== Week 4 ===
==== Lecture: Algorithms and Data Structures ====
 * [[attachment:AlgorithmsAndDataStructures.pdf]]
 * [[attachment:AlgorithmsAndDataStructures_examples.zip]]
 * [[attachment:bouncingBalls.pde]]

==== Workshop: Arduino and Finite State Machines ====
 * [[attachment:Arduino.pdf]]
 * Download and [[#installArduino|install Arduino]] on your laptop
  * Book: [[attachment:GSArduino.pdf|Getting started with Arduino]]

=== Week 5 ===
==== Lecture: Object Orientation ====
 * [[attachment:ObjectOrientation.pdf]]
 * [[attachment:JitterBugExtended.zip]]

==== Workshop: Out of Control for Semantic Interactivity (OOCSI) ====
 * [[attachment:OOCSI_in_Processing.pdf]] (slides)
 * [[attachment:oocsi_processing_library.zip]] (Processing library)

=== Week 6 ===
==== Lecture: GUI and Interactivity ====
 * [[attachment:GuiAndInteractivity.pdf]]
 * [[attachment:GUIExamples.zip]]
 * You need to download and install the controlP5 library for Processing: [[http://www.sojamo.de/libraries/controlP5/]]. Notice that if you are using Processing 1.5.1, you have to download and install an earlier version of the controlP5: controlP5-1.5.2.zip from [[http://code.google.com/p/controlp5/downloads/list]].


==== Exhibition of Challenge 2 ====

<<Anchor(Deliverables)>>
Line 124: Line 63:
=== After Exhibition of Challenge 1 === === Challenge 1 ===
Line 126: Line 65:
 * '''Within one week after the first exhibition:'''
 * /!\ to be delivered before or on Monday, May 18
Line 132: Line 70:
   * Written reflection about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).    * Written reflection (no more than 2 pages of A4) about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).
Line 138: Line 76:
   * Written reflection about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).    * Written reflection (no more than 2 pages of A4) about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).
Line 140: Line 78:
=== After the assignment === === Challenge 2 ===
Line 142: Line 80:
 * '''Within one week after the final exhibition:'''  * /!\ To be delivered before or on Monday, June 8.
Line 148: Line 86:
   * Written reflection about your development in the entire assignment (max. 2 A4 pages).    * Written reflection about your development in the entire assignment (max. 2 pages of A4).
Line 154: Line 92:
   * Written reflection about your development in the entire assignment (max. 2 A4 pages).
   * Written reflection about your development in the entire assignment (max. 2 pages of A4).

Creative Programming Assignment 201504

  • Please read AssignmentDescription.

  • /!\ Please follow the instructions below carefully. It will save us a lot of time.

    • For your convenience, please buy a copy of Getting Started with Processing, by By Casey Reas, Ben Fry. e-Books and hard copies are available from O'Reilly. You can also download a PDF here:GetStartedWithProcessing.pdf. The PDF is password protected. You will receive an email about the password.This PDF is to be used in this class only, please do not distribute it any further.

    • Before the first lecture, Please download and install Processing on your laptop.

    • Always bring with you your laptop, with fully charged batteries and power cables.
    • For the lecture about Arduino, please bring your Arduino starter kit to the class. your kit shall include at least the following:
      • Arduino board
      • USB cable
      • two push buttons
      • a bread board
      • a 10K ohm resistor
      • a light sensor (LDR or Light Dependent Resistor)
      • a few color leds
      • a few jumper wires

1. Summary of the structure

  • This assignment takes 5 weeks. Each week has two lectures and 12 hour self study.
  • Exercises given by the lecturers,
  • Two challenges. One for the midterm and the other at the end.

2. Schedule

schedule.jpg

Week

Lecture

1

Introduction, by Loe Feijs

2

Graphics, by Matthias Funk

3

Variables and Control Flow, by Jun Hu

4

Arrays and Functions, by Jun Hu

5

Examples Explained, by Peter Peters

6

Algorithms and Data Structures, by Erik van der Spek

7

Arduino, by Peter Peters

8

GUI and Interactivity, by Erik van der Spek

9

Object Oriented Programming, by Mathias Funk

10

Exhibition, by everyone

3. Challenges

Challenge 1
Individual task. Creating static visual arts. At the end of this part, every student is expected to be able to
  • create an artistic poster that demonstrates beauty and complexity, using Processing
  • print the result and present it on a foam board (A3 only please), for the exhibition in the third week.
  • Examples for inspiration
    • attachment:examples.jpg

  • What to be delivered:
    • Source code. Please zip the sketchbook and deliver the zip file. Please use the zip format only.

    • PDF of the print.
    • Reflection on the first half of the assignment.
    Challenge 2
    Individual task. Anything creative and interesting, utilizing the knowledge learned from the lectures and the workshops. An interactive application that uses both Processing and Arduino is preferred.
  • What to be delivered:
    • Source code. Please zip the sketchbook and deliver the zip file. Please use the zip format only.

    • A TXT file including a link to a YouTube video that demonstrates the interactivity. We would expect a good quality video. Please include the link in a plain text file with an extension “.TXT”. The video shall be titled as

      CreaPro 2014: <a meaningful title> by <your names>

      Please also include a brief description (in the TXT file as well as on YouTube) about the concepts behind your video and the implementation techniques. Tag your video with “creapro”.

  • 4. Deliverables

    4.1. Challenge 1

    • /!\ to be delivered before or on Monday, May 18

    • For ALL students:

      • Attach the deliverables to an email, send it to dg290.submission@gmail.com <dg290 DOT submission AT gmail DOT com>, including:

        • ZIP file of the source code from Challenge 1.
        • PDF from Challenge 1.
        • Written reflection (no more than 2 pages of A4) about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).
    • For ID students: Feedback request after Exhibition of Challenge 1, in addition to the deliverables to the above gmail account:

      • Please send your request ONLY to one of the assigners, according to this RegistrationList.xls Excel sheet or in PDF format RegistrationList.pdf.

      • Attach all your deliverable to the request. Including:

        • ZIP file of the source code from Challenge 1.
        • PDF from Challenge 1.
        • Written reflection (no more than 2 pages of A4) about your development in the first half of the assignment (for example learning points, difficulties, achievements, future steps, ...).

    4.2. Challenge 2

    • /!\ To be delivered before or on Monday, June 8.

    • For ALL students:

      • Attach the deliverables to an email, send it to dg290.submission@gmail.com <dg290 DOT submission AT gmail DOT com>, including:

        • ZIP file of the source code from Challenge 2.
        • TXT file containing the YouTube link from Challenge 2.

        • Written reflection about your development in the entire assignment (max. 2 pages of A4).
    • For ID students: Feedback request after the assignment, in addition to the deliverables to the above gmail account:

      • Please send your request ONLY to one of the assigners, according to this RegistrationList.xls Excel sheet or in PDF format RegistrationList.pdf.

      • Attach all your deliverable to the request. Including:

        • ZIP file of the source code from Challenge 2.
        • TXT file containing the YouTube link from Challenge 2.

        • Written reflection about your development in the entire assignment (max. 2 pages of A4).

    5. 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.

    6. 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.

    7. Installing Processing

    8. If you have questions or if you need help

    • The assigner will announce a help hour during his lecture.
    • The assigner will be available during this hour only if one or more of you make an appointment.

    CreaPro: CreativeProgrammingAssignment201504 (last edited 2015-06-08 23:10:41 by JunHu)