PROPOSAL ESSAY

PROJECT TITLE:  UP! PROJECT STATEMENT OF PURPOSE  Basically, we want to use the project in the form of the game Flappy Bird to raise people’s consciousness of environmental protection. By adding the haze element in the scene of big cities and letting users try to clear the sky in order to reach their destination, we … Continue reading PROPOSAL ESSAY

Recitation 8: Serial Communication

Task #1:  Make a Processing Etch-A-Sketch import processing.serial.*; import osteele.processing.SerialRecord.*; Serial serialPort; SerialRecord serialRecord; void setup() {   size(500, 500);   String serialPortName = SerialUtils.findArduinoPort();   serialPort = new Serial(this, serialPortName, 9600);   // If the Arduino sketch sends a different number of values, modify the number   // `2` on the next line to match the number of values that it sends.   serialRecord = new … Continue reading Recitation 8: Serial Communication

Recitation 7: Neopixel Music Visualization

  Task #1: Test the NeoPixel Task #2: Use your computer to light up NeoPixels        Task #3: Add Music!   import processing.sound.*; SoundFile sample; Amplitude analysis; import processing.serial.*; import osteele.processing.SerialRecord.*; Serial serialPort; SerialRecord serialRecord; int W; //width of the tiles int NUM = 60; //amount of pixels int[] r = new int[NUM]; //red of each tile … Continue reading Recitation 7: Neopixel Music Visualization

Recitation 6: Animating an Interactive Poster

IMA Show Poster float i = 1024; float speed = 0; color randomColor; PFont f; void setup() {   size(1024, 768);   randomColor = color(random(255), random(255), random(255), 250); } void draw() {   background(255);   circle();   f = loadFont(“Stencil-100.vlw”);   textFont(f, 100);   textSize(80);   fill(255);   text(“IMA”, width/2-70, height/2+28);   textSize(30);   fill(randomColor);   text(“8th floor”, 860, 690);   text( “Friday December 16”, 700, 720);   text(“6pm to 8pm”, 840, 750); … Continue reading Recitation 6: Animating an Interactive Poster

Midterm Project

  HIT ME IF YOU CAN, Xiangyi Zhong, Gottfried CONTEXT AND SIGNIFICANCE 新媒体舞剧—《墨生》SEE THE WORLD OF SOUND.Oct.11.2018. 作品主创: 程雨阳(导演/纪录片出品人) 联合创作: 聂晓光(技术支 持) 舞蹈演员: 石飞洋(青年舞蹈演员) https://www.manamana.net/video/detail?id=3646#!zh   This project triggered my understanding of interaction because I can find the interaction in 2 pairs: one between music and the ink-painting; the other between the actor and ink-painting. … Continue reading Midterm Project