The quote by Foucault at the beginning of the essay really does a great job at capturing what is so striking about all of the sub-genres that fall under “living as form”; why haven’t people done it before? Seeing oneself and one’s surroundings as a point through which art can be created and translated into…
Category: Past Student Work
Drew’s Arduino code for project
//Force Sensor to Light Fade //turn on the serial statements to DEBUG //add in mapping statements to make for a better response int ForceSensePin1 = A0; int ForceSensePin2 = A1; int ForceSensePin3 = A2; int ForceSensePin4 = A3; int ForceSensePin5 = A4; int ForceSensePin6 = A5; int wait = 10; int i; void setup() {…
Saber prototype photos
photos of the wiring, design, and the whole piece
Interactive Sketches
For my interactive project, I propose to create turning signals for when I’m commuting on bike. It already is very dangerous to bicycle on the road due to the conditions of the road and heavy traffic. I do not want to also worry about a car running into my arm while I’m signaling for a…
Bicycle Turning Signals Project
This is the code that I will be using for my project: //#include <Adafruit_NeoPixel.h> //#define PIN 13 #include <Adafruit_GFX.h> #include <Adafruit_NeoMatrix.h> #include <Adafruit_NeoPixel.h> #ifndef PSTR #define PSTR // Make Arduino Due happy #endif #define PIN 6 // People seem to make their matrixes in two modes… // Seeedstudio – flip each row (uncomment) // Adafruit…
Network music Documentation
All source code is available at https://github.com/jburnitz/Network-Music Further code documentation http://people.uic.edu/~jburni2/projects/networkmusic/html The qt project (to link against and compile with) http://www.qt.io/ libPcap http://www.tcpdump.org/ I used GCC for compiling (most C++ compilers should work) https://gcc.gnu.org/
Documentation for Light Up Headband
Drew’s Documentation This is some of the process of my creating my headband. My goal is to make the headband light up when you touch different points on it. For instance, when I touch the headband sensor next to my temples, I want it to turn blue to represent a calm feeling. Right in front…
EL Wire Gloves Documentation & Arduino Code
Here is the glove from the beginning. I bought two pairs of the long and stretchy white bridal gloves from Davids Bridal because I wanted them to be extra long to be able to make a pocket for the device at the end. For each glove, I sewed a number onto the glove where the…
[Updated for final] Prototyped Project: Virtual Reality Application
**[Update for 4/16]** (For simplicity, I combined my protoype project/ final project proposal into one post) For my final project, I have changed a key component- Instead of using the rear camera on the phone for an augmented experience, I will be creating virtual rooms/spaces in the Unity engine. This paradigm shift, I think, will…
Art Against Information: Reaction
Hearing about the two works such as The Dumpster and We Feel Fine was very interesting. They take the feelings that you are having and posting about online and generating them into an artwork. Its pretty cool to think that the online community could completely alter an artwork, just based on their feelings and what they…
Art Against Information response
In the artworks mentioned in the article data, often times unorganized, meaningless, or unknown to the viewer is the raw material of which they are made. Lev Manovich is quoted as saying “By allowing us to map anything into anything else … computer media simultaneously makes all these choices appear arbitrary – unless the artist…