Audio/ Week 4 import ddf.minim.analysis.*; import ddf.minim.*; Minim minim; AudioInput input; FFT fft; float gain = 40; void setup() { size(412, 400); minim… Posted on: December 14, 2014 By: Faryal Hussain With: 0 Comments
Rotation PImage pattern; PImage minion; PImage banana; float angle = 0; float offset = 0; void setup() { size(700, 700);… Posted on: December 14, 2014 By: Faryal Hussain 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
Finding your place/ Midterm The idea was to complete an already completed image. The floating boxes are constantly trying to find their place in… Posted on: October 27, 2014 By: Faryal Hussain With: 0 Comments