For my final project I decided to do an elephant on a stage that lights up and plays music. You would put the elephant on a button and a sensor would make an Led strip light up and play music. I was inspired to create this by old cartoon shows and circus shows. Materials: Cardboard…
Tag: art
slow design principles
Rolf Benz furniture is an excellent example of a design project that uses the slow design principles. The designer is located in Germany and he designs his furniture based on swedish aesthetics. His furniture is made using renewable materials, non-hazardous production, respecting labor rights, and recycling products. I believe his furniture meets the slow design…
Creative Switch
The goal of my assignment was to create a scenery while lighting up led’s. I decided on creating a pond. The pond consisted of a swan, two ducks, three koi fish, and lily pads that would light up. The swan and the ducks were origami, and all the materials were decorated using watercolor paint. step…
An Extremely Bipolar Device
By Cassie Ogburn & Katrin Svadlena Our goal for this project was to make an interactive art piece to argue with/ let off steam. Inspired by Ulay and Abramović’s AAA-AAA; a performative art piece of which is a video of them just yelling at each other. So, we wanted something to prompt you, and suddenly…
Slow Design
This may be broad, but the first thought that came to my mind while reading Slow Design was Graffiti. I understand it is far away from using any type of technology minus sharing it on sites like Facebook, but graffiti is the experience that can pass you by- it can reveal spaces itself, call attention…
Interactive Art Project Code, Pictures and Parts – Erica Ruleau and Dustin Drenk
Code: #define NOTE_C 262 #define NOTE_CC 277 #define NOTE_D 294 #define NOTE_DD 311 #define NOTE_E 330 #define NOTE_F 349 #define NOTE_FF 370 #define NOTE_G 392 #define NOTE_GG 415 #define NOTE_A 440 #define NOTE_AA 466 #define NOTE_B 494 #define ACTIVATED LOW const int PIEZO = 13; const int BUTTON_C = 12; const int BUTTON_CC = 11;…