Assignment 1 – Drawing Machine

Pretty simply titled “Frog”, this sketch was originally intended to be something very different. After messing around with the random function for a bit, I kind of liked the idea of making a background that changes but also incorporating user input. There are sixteen lily pads that are generated with a for loop at random coordinates,…

Assignment 1

For this assignment I decided to experiment with simple complexity using processing. I had the idea to try out a 3D sketch, with features like camera control, color, randomness, and more. With some simple loops, I was able to create a random matrix of 3D shapes that form interesting patterns. The space can then be…

Assignment 1

For this assignment I didn’t have a particular design in mind. Instead my objective was to explore the basics of color and shapes, while incorporating codes that would enhance those features. I initially began with  random shapes but as I worked with the coordinates I slowly built off of that. For some parts I took…

Assignment 1 Drawing Machine

This drawing is called “Fly Away Kitty.” It features a blue background with a large pixelated cat held up by three balloons. In the background there are white clouds, a yellow sun, and an airplane flying across the X horizon. When the viewer presses the mouse down, a red heart will appear.  It is a…

Assignment 1 _ Drawing Machine

TANAMAL_ASSIGNMENT_1 //Goodbyes under the same sky int SubjectX; void setup() {   size (500,400);   background (#92BED8); //sky is day time     SubjectX = 50; } void draw() {   {        if (mousePressed) {     background(#3C65A5); // Turning the sky to night    } }   stroke(20,80);   fill(255,105);    strokeWeight(0);   ellipse(mouseX, mouseY, 5, 5); //Contrails and Stars //shapes   //Object of the sky     //Outermost…

Assignment 1 – Drawing Machine

For the first assignment of the class, I decided to mess around and see what I could do with the basic we were taught in the first couple of weeks of the semester. The Processing sketch is a bit simple, as a I begin with  straight line going down the middle as the stem for…

Assignment 1 – Drawing Machine

For this assignment, I took inspiration from Casey Reas’s Processing lecture/demonstration on how he uses a finite set of rules alongside Processing to create art. In my Processing sketch, I derived a small rule set to make something that looks chaotic yet structured. I first begin by drawing random points within a canvas. I then…

LED Music Visualizer

FINAL VIDEO DOCUMENTATION PT 1 FINAL VIDEO DOCUMENTATION PT 2 Music Visualizer Connor Burke May 7, 2020 Materials: LED Strip (Wheel from Amazon) Milti-core wire Soldering Iron Arduino Circuit Playground Arduino Crickit Single Canvas White Gaff Tape White Card stock Board Thumbtacks Step 1: Connect your led strip to the Crickit NeoPixel connector with the…

The commuter ride a.k.a The spinning Machine – Daniel Barrera

LINK TO VIDEO DOCUMENTATION If you’ve ever been to the museum of Science and Industry then most likely you have come across their giant miniature scale model of Chicago that comes with working model trains that go from the city to the countryside. If you travel to the city frequently like myself then most likely you…

Final Project: Sound Reactive Sweater

LINK TO FINAL PROJECT VIDEO For my final project decided to make a wearable so to experiment with LED Neopixel strips and sound Reactivity. Materials Needed: Soldering Iron kit Alligator Clips Circuit Playground Express Sweater with metal zipper (cannot be plastic zipper) Sandpaper (in case you need to sand off Paint of the zipper if…

Sound Reactive Interactive Painting

Interactive Painting : For my project, I made a sound reactive interactive painting.Interactive painting is project consisting of floral painting.  The main two flower are made up from  neopixel rings and they keep on glowing on and off. They change their color based on the loudness of the sound that the sound sensor picks up…

Final Project- Long Distance Lamp

LINK TO FINAL PROJECT VIDEO Afnan Ellythy and Johanna Bonilla Dedicated to Sabrina Raaf for helping us with this project, we couldn’t have done it without you!! Our goal for this project was to create a way for two long distance persons to be able to communicate by only looking at their lamp. This project…