/ NeoPixel Ring simple sketch (c) 2013 Shae Erisson // released under the GPLv3 license to match the rest of the AdaFruit NeoPixel library #include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif // Which pin on the Arduino is connected to the NeoPixels? // On a Trinket or Gemma we suggest changing this to 1…
Author: Lissette Garcia
Interactive Project- Sofie Suhaimi and Lissette Garcia
For Ferris Wheel: #include <Adafruit_NeoPixel.h> #ifdef __AVR__ #include <avr/power.h> #endif #define PIN 6 // Parameter 1 = number of pixels in strip // Parameter 2 = Arduino pin number (most are valid) // Parameter 3 = pixel type flags, add together as needed: // NEO_KHZ800 800 KHz bitstream (most NeoPixel products w/WS2812 LEDs) // NEO_KHZ400…
NeMe: Trouble at the Interface 2.0 Response
In reading NeMe: Trouble at the Interface by Erkki Huhtamo, it resembled the article Digital Media and Contemporary Art in that both wrote about pieces they have seen and the connection they see between contemporary art and technology. NeMe: Trouble at the Interface, though, was a bit more difficult to understand because the authors points…
Digital Media and Contemporary Art
What place is there for games in contemporary art? (2 paragraphs). Have games tangibly (demonstrably) ever changed your life for the better? (if so, how?) (if not, how?) (1 paragraph) As games and contemporary art continue to adapt to the changing times, the link between them can vary. Games continue to evolve into being…
Creative Switch- Lissette Garcia
Materials needed: Two pieces of same sized paper Copper wire or fabric Tape 3 volt battery LEDs You begin the design with sketching out where the balloons will be placed. Have two pieces of paper- one to place the copper wire and another to place on top and complete design. Then measure how long the…
Broken Glass
Broken Glass float mouseDistance; int counter; int x= 300; int y = 200; void setup () { size (550,200); background (255); } void draw () { counter++; println(counter); mouseDistance = dist(pmouseX, pmouseY, mouseX, mouseY); fill(#AAAAAA, 300); for (int i=100; i<width; i++) { line(0, i/.5, width, i/.5); } translate (width/2, height/2); rotate(counter); line(0, 0, mouseX,…
Blog 1- Lissette Garcia
The six principles of Slow Design can be applied to many aspects of life. Through revelation, expansion, reflection, engagement, participation, and evolution, we can not only design art/pieces, but live a more bountiful life. In “House X on Behance” designed by Matas Miliauskas, the house has a modern appearance on the inside and outside. One…