MLNI: Mind Dump – Sebastian Lau Final Project

This project is based on my mid-term project which featured black particles coming out of my ears over a background made up of letters. My final project is what I originally envisioned what my mid-term project would be. While I said my mid-term project was meant to represent me blocking out noise with my headphones, the final project represents my forgetfulness. 

Professor Moon helped me with implementing the images, but when I tried to randomize them it would change letters every tick making it look extremely weird and disconcerting. I changed “this.color” to “this.letter”. Since I was basing the movement of letters off of the movement of the particles I used much of the same code. By switching out “this.color” to “this.letter” I was able to choose one letter I wanted and have it stay that way. 

I also changed the directions of the particles so that it would look like it was falling down as opposed to blasting out of my ears. I wanted it to look like a stream of information as if the letters were fluid and acted like water pouring out of your ears. 

I recalled that Shenshen had tracked the distance between the nose and the ear to detect which way you were looking. After looking at how she did it, I used a similar technique to get the angle between my nose and my ears. By doing so I could detect the rotation of my head. Now that I knew how to detect head rotation, I was able to change particle movement based on it. 

Leave a Reply