WelTec Interactivity – Week Five Summary

* Introduction to video mapping * Introduction to live video-art performance * TASK: Research and write blog post on Interactive-Art history. * Work on Projects
* Introduction to video mapping * Introduction to live video-art performance * TASK: Research and write blog post on Interactive-Art history. * Work on Projects
* Introduction to Arduino Micro-controllers * Introduction to Wiring programming * TASK: Experiment with Arduinos to power lights, speakers * Work on projects
* Programming in Unity * Introduction to Visual Patching Languages * Introduction to MIT’s Scratch Visual Programming Language * Work on project
Code for a button.
* Further discussion into adoption of interactivity in current projects * Introduction into coding using the artist coding language – processing.org * Introduction to other interactive software – vvvv, PureData, Max(MSP), MIT Scratch. * Task: Create interactive “toy” using processing.js…
Please upgrade your browser to something new like Google Chrome. //Made with ProcessingLyon Tumblrify: //English Version: En void setup() { size(400, 400); noStroke(); background(250,250,250); } void draw() { //hover rect(20, 300, 120, 50, 10); if(mouseX > 20 & mouseX…
Please upgrade your browser to something new like Google Chrome. //Made with ProcessingLyon Tumblrify: //English Version: En int number = 1; void setup() { size(400,400); background(255,252,0) noCursor() rectMode(CENTER); } void mouseDragged() { noStroke(); fill(250,number,number,20) rect(mouseX,mouseY,number,number); number = number +…
Brief introduction to different techniques Class trip to Te Papa to look at the interactivity in use at the dinosaur exhibition Task: Create alternative game controllers using Makey Makeys Introduction to creating environments in Unity Tested 3d and motion capture…