Difference between revisions of "Programming with Processing"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with "== Planning == === Week 1 : programming fundamentals=== Monday<br> variables and conditional statements Tuesday<br> functions, media, libraries Wednesday<br> work indep...")
 
 
(20 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
=== Week 1 : programming fundamentals===
 
=== Week 1 : programming fundamentals===
 
Monday<br>
 
Monday<br>
 +
about processing
 
  variables and conditional statements
 
  variables and conditional statements
  
 
Tuesday<br>
 
Tuesday<br>
  functions, media, libraries
+
  arrays, loops and functions
  
 
Wednesday<br>
 
Wednesday<br>
Line 12: Line 13:
  
 
Thursday<br>
 
Thursday<br>
  loops, object oriented programming
+
  images, libraries, mapping input <-> output
 
+
 
Friday<br>
 
Friday<br>
  refactoring and debugging / pixel magic
+
  object oriented programming
 +
[[:File:Lesson04.zip|Lesson 4]]
  
 
=== Week 2 : connecting to other things ===
 
=== Week 2 : connecting to other things ===
 
Monday<br>
 
Monday<br>
  hardware
+
  Beziers and Intersection Testing
  
 
Tuesday<br>
 
Tuesday<br>
  network
+
  networking via osc
 +
For this lesson download FaceOSC from https://github.com/kylemcdonald/ofxFaceTracker/releases<br>
 +
And we will need the OscP5 Library
  
 
Wednesday<br>
 
Wednesday<br>
Line 28: Line 32:
  
 
Thursday<br>
 
Thursday<br>
  android, web, presentation.. mouse
+
  presentations and bonus lesson
 
 
Friday<br>
 
finish
 

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