Materials Required: conductive tape 3volt Battery colored construction paper ruler tape LED lights pencil/pen scissors Step 1: Using construction paper and a pencil create a 4 inch by 3 inch rectangle for the house, carve two windows that are half an inch by half an…
Category: All Posts
Pop Up Image(Creative Switch Project)By: Braeden Daugherty
Materials required: conductive tape paper (any size, preferably printer paper) led bulbs (yellow, or orange) 9-volt battery 9-volt battery connector wooden board for the base tacky glue Step One: Using the paper make an image that you want to light up, in this case, I decided to make a sunny day image next, fold the…
Flower Creative Switch By: Johanna B & Azka M
Materials: 2 – 4.5 volt battery boxes ( 9 volts total) 6AA Batteries of 1.5 Volts each 3 RGB 180 Ohm Resistor Pot Flowers Hot Glue start by checking to make sure circuit is good and will work. Start by connecting cables be sure to keep track of the positive and negative sides of your…
Making a flash for a movie clapperboard
If you’ve ever looked at a clapperboard and thought it deserved a flash of light to match its sound than this is for you, person with worryingly specific wishes. The clackerboard I ended up using came from a kit made by the company Klutz. I have no idea if the “Klutz tricky video” kit still…
Assignment 1 Drawing Machine
For this assignment I took inspiration from the Jaws poster. I created the shark using primitive shapes and followed that theme for the fish and and the coral in the background. The shark pops up when the mouse is clicked. The fish move around the screen continuously using a flock and boid class to change…
Assignment 1: Drawing Machine
I wanted to do something with flowers for this project and I love how trees look with flowers, so I made a cherry blossom type of tree. I wanted to simulate a kind of shimmering motion so I utilized the random function and changed the colors of the petals based on the mouse position. My…
Assignment #1 – PROCESSING DRAWING MACHINE
For my processing drawing machine, I wanted to utilize the power of randomness and noise. I was really fascinated by how you can create different landscapes and patterns using noise and I thought to make this random would increase the complexity of random more. Although it can be messy if left for long, the randomness…
Drawing Machine Assignment 1
For this project, I wanted to create many different colored shapes that randomly bounced around using multiple variables and if statements and a command to change the background and stroke colors when the mouse is clicked. int rad = 60; // Width of the shape float xpos, ypos; // Starting position of…
Drawing Machine
For the Processing Drawing Machine I decided to follow the assignment literally and make an actual drawing. This drawing is inspired by two drawings made by BTS’ V. The two faces are composed out of ellipses, rectangles, arcs, and a for loop. Even though these are all just simple shapes, the most time and complexity…
Assignment 1
For this assignment I went for something fairly simple. My idea was to create a rainy day image with a moving cloud image that would float around by manipulating the mouse. I was able to get a nice backdrop of rain falling with the help of some videos. Initially, I wanted to download a cloud…
Assignment 1 (final) – Daniel Barrera
Here is my final version of Assignment 1. here i kept a lot of things the same but added more actions to the UFO. This time it shoots rays at the satellite as if drawing energy from it. Space is pretty big so the planets are in place but when moving around the mouse while…
Assignment #1: Processing Drawing Machine – Eric Silva
I wanted to figure out how to make objects follow a certain paths given by equations. I began with a simple equation where a square follows a direct path (linear equation) and then I moved towards exponential equations. Afterwards I made it so that the squares would converge to distance where you would click…