My Partner’s Blog: Ken Wu. Conception and Design Our project is titled “Molecular Soccer”, just as the name and the final outlook is suggesting, it is a physical advocative playable game with two players. In the upcoming paragraphs, I will…
Recitation: User Testing and Feedback
Step 1:One Project Critiqued The project: It is about a kinetic basketball shooting device. It has a prototype of a wearable wrist around the arm, with a bending force sensor, detecting how to bend the arms are and the changing…
Recitation 9: Media Controller
In this recitation, equipped with the knowledge of using Serial communication, several multimedia modules in Processing that includes PImage: the image class for displaying images in processing; Movie and Capture for pre-recorded video streams and Capture for the live camera. …
Interaction Lab: Final Project Essay
Our finalized idea is inherited from the first idea that we proposals during the proposal periods. It remains still the framework of desktop projection, with a physical interactive interface. Project Title: Molecular Football What we mean by molecular football, is…
Recitation 8: Serial Communication
Generally, we are working on serial communications by sharing the information from the USB port on the computer to both arduino and processing, so that they can send data through the serial port. Exercise 1 In this exercise, we were…
IxLab Final Project Proposals
Project 1: Snatch the Particle, an interactive desktop arcade Traditionally, Interaction Lab’s final projects will be Processing-Arduino correlations, while having a physical Arduino interface, with a monitor screen displaying the processing sketch. However, there are other ways of showcasing the…
Recitation 7: Functions and Arrays Documentation
In-Class Exercise The source code of this sketch: int; int; color; float mag = 1; float inner = 200; int[] colorBound = {100, 140}; void setup() { rectMode(CENTER);…
Final Project: Preparatory Research and Analysis
Research Projects “Playground” and “Playground 2” by Collectif Scale in France: This series of projects use a grid of projection (or a solid grid that is attached to a sensor matrix) as a user interface to control the…
Recitation 6: Processing Animation
For the in-class exercise, I wrote a recursion based circle sequence, with some keyboard and mouse interactions. I was experimenting with multiple elements at the same time. The source code: int r = round(random(10)); int g = round(random(10)); int b…
Interactive Lab Midterm Project: Blinky Tinky, with Instructor Prof. Eric Parren
Final Results links to Mia Jiayin Fan, my partner’s blog. Context and Significance From our previous approaches to defining interaction, I initially proposed that the most dominant feature of Interaction (more precisely, human-machine interaction) is the ability for the machines…
You must be logged in to post a comment.