Difference between revisions of "Programming with Processing"

From Interaction Station Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
Thursday<br>
 
Thursday<br>
 
  images, libraries, mapping input <-> output
 
  images, libraries, mapping input <-> output
 
+
 
Friday<br>
 
Friday<br>
 
  object oriented programming
 
  object oriented programming
 +
[[:File:Lesson04.zip|Lesson 4]]
  
 
=== Week 2 : connecting to other things ===
 
=== Week 2 : connecting to other things ===
 
Monday<br>
 
Monday<br>
  Free work with help available
+
  Beziers and Intersection Testing
  
 
Tuesday<br>
 
Tuesday<br>
  hardware
+
  networking via osc
  [[::File:Lesson_05_LED.zip | Lesson 05 LED]]
+
  For this lesson download FaceOSC from https://github.com/kylemcdonald/ofxFaceTracker/releases<br>
  [[::File:Lesson_05_Arduino_Processing.zip | Lesson 05 Arduino Processing (led and potentiometer)]]
+
  And we will need the OscP5 Library
  
 
Wednesday<br>
 
Wednesday<br>
Line 31: Line 32:
  
 
Thursday<br>
 
Thursday<br>
  network - OSC - timers
+
  presentations and bonus lesson
[[::File:Lesson_06_OSC.zip | Lesson 06 OSC]]
 
 
Friday<br>
 
android, web, presentation
 

Latest revision as of 05:02, 27 January 2020

Planning

Week 1 : programming fundamentals

Monday

about processing
variables and conditional statements

Tuesday

arrays, loops and functions

Wednesday

work independently

Thursday

images, libraries, mapping input <-> output

Friday

object oriented programming
Lesson 4

Week 2 : connecting to other things

Monday

Beziers and Intersection Testing

Tuesday

networking via osc
For this lesson download FaceOSC from https://github.com/kylemcdonald/ofxFaceTracker/releases
And we will need the OscP5 Library

Wednesday

work independently

Thursday

presentations and bonus lesson