GO HERE. GO HERE. GO HERE. GO HERE. GO HERE.GO HERE. GO HERE.GO HERE.

Documented on tumblr. “Everybody is nothing until you love them.” – Tennessee Williams, The Rose Tattoo Watching You is a love story fabricated from tens of thousands of surveillance camera pictures. The cameras are on the ITP floor at NYU and were programmed using the open source language Processing. As an intersection between voyeurism and [...]
internet as magic and ritual, historiography
import processing.video.*; Capture cam; int rectWidth = 30; int rectHeight = 30; color [] colorOfSquares = new color [ 1032 ]; //array for number of squares, filling 1032 with color void setup () { size (1290, 720); String [] cameras = Capture.list (); //turn on camera cam = new Capture (this, cameras[0]); cam.start(); strokeWeight(1.3); for [...]