INTERACTION LAB RECITATION 10 Special Recitation – Smoothing Sensor Values Workshop Reference Page: teckel12 / Arduino New Ping / wiki / Home — Bitbucket… Continue reading “INTERACTION LAB RECITATION 10”…
INTERACTION LAB RECITATION 9 Recitation 9: Media & Controls Processing Code import processing.sound.*; import processing.serial.*; int NUM_OF_VALUES_FROM_PROCESSING = 3; /** YOU MUST CHANGE… Continue reading “INTERACTION LAB RECITATION 9”…
FINAL PROJECT | STEP3: Essay The Eye of Surveillance A. PROJECT STATEMENT OF PURPOSE As the level of technology advances, people’s lives are becoming easier… Continue reading “FINAL PROJECT | STEP3: Essay”…
INTERACTION LAB RECITATION 8 Recitation 8: Serial Communication Exercise 1: Make a Processing Etch-A-Sketch Exercise 2: Arduino Code // IMA NYU Shanghai //… Continue reading “INTERACTION LAB RECITATION 8”…
FINAL PROJECT | STEP2: Project Proposal Bloomlight EYEBALLZ CUBE Flash Drives for Freedom Guernica Continue reading “FINAL PROJECT | STEP2: Project Proposal”…
INTERACTION LAB RECITATION 7 Recitation 7: Functions and Arrays void setup () { size (600, 600); rectMode(CENTER); background (255, mouseX, 100); }… Continue reading “INTERACTION LAB RECITATION 7”…
I won a big board game through paper prototype game design!🥳 I can’t believe our group got first place. It looks like I was the only freshman in this workshop. Continue reading “I won a big board game through paper prototype game design!🥳”…
I learned to use the sewing machine!👏 Thank you to Marcela for letting me attend the workshop and teaching me how to use the sewing machine. Thank… Continue reading “I learned to use the sewing machine!👏”…
INTERACTION LAB RECITATION 6 Recitation 6: Processing Animation PROCESSING REFERENCE – Mouse interaction: mouseX mouseY void setup() { size(400, 400); } void… Continue reading “INTERACTION LAB RECITATION 6”…