Week Three “The hours fly around in a circle” Motion, Loading Graphics Posted on: December 14, 2014 By: musem922 With: 0 Comments
Week Two Exporting to PDF, creating patterns Posted on: December 14, 2014 By: musem922 With: 0 Comments
Final Project- Pitch Controlled Game Starting from a game I previously made with an ellipse controlled by the up, down, left and right keys, I… Posted on: December 14, 2014 By: almea646 With: 0 Comments
Week One Loops/Pattern- Mouse Press controls movement of shape Posted on: December 14, 2014 By: musem922 With: 0 Comments
Final Project For my final project, I wanted to continue my ideas from the midterm and explore more possibilities. To work with… Posted on: December 13, 2014 By: Faryal Hussain With: 0 Comments
week 5, generative art // create two noise counters that have random starting values float noiseCounterA = random(100); float noiseCounterB = random(100); // create… Posted on: December 13, 2014 By: Faryal Hussain With: 0 Comments
week 6, corruption series /* * https://github.com/recyclism/Corrupt.Processing * Coded initially in 2004 Benjamin Gaulon, then ported to PHP for corrupt.recyclism.com *… Posted on: December 13, 2014 By: Faryal Hussain With: 0 Comments
Week 10 assignment, eye tracking import gab.opencv.*; import processing.video.*; import java.awt.Rectangle; PImage img; OpenCV opencv; Capture cam; Rectangle [] faces; void setup(){ size(640,480); img =… Posted on: December 13, 2014 By: Faryal Hussain With: 0 Comments
Final Project-Music The idea of my final project was to create a Processing sketch with which anyone would be able to interact,… Posted on: December 8, 2014 By: Nikoletta Mitsopoulou With: 0 Comments