User Tools

Site Tools


intro_to_im_11-02-16

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
intro_to_im_11-02-16 [2016/10/31 12:15] jameshoskenintro_to_im_11-02-16 [2023/10/19 09:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Intro to IM =====
 +**Place:** Inside the teaching lab that is hidden somewhere deep in the Arts Center\\
 +**Time:** Wednesday, November 02, 2016, 2:40pm – 5:20pm 
  
 +----
 +
 +=== Forword ===
 +  * Checking attendance
 +  * Answering Abhis question…
 +  * Info about the //Ellipsis// (punctuation of the triple-dot) => Windows: alt + 0133   /  Mac: alt + ;
 +
 +=== Power On! ===
 +
 +Debugging!
 +
 +Vectors
 +  * Recreate ball movement from a few weeks ago
 +  * [[https://processing.org/examples/forceswithvectors.html|More info on forces!]]
 +  * [[http://natureofcode.com/|Nature of Code]]
 +
 +Arrays
 +  * Arrays
 +    * ''(Type)[] listName = new (Type)[length]''
 +  * Lists
 +    * ''(Type)List listName = new (Type)List();''
 +    * ''listname.append(item);''
 +  * ArrayLists!
 +    * ''ArrayList<Type> listName = new ArrayList<Type>();''
 +    * ''listName.add(item);''
 +    * listName.get(index).doSomething();
 +
 +Text
 +  *Fonts and stuff
 +
 +=== Homework ===
 +
 +== Watch ==
 +  * [[https://vimeo.com/channels/debugging|A Brief Introduction to Debugging: Introduction & Part 1]]
 +
 +== Assignment ==
 +  * Finalise your Open Studios project for Monday!