int num = 50; float[] x1 = new float[num]; float[] y1 = new float[num]; float[] x2= new float[num]; float[] y2 = new float[num]; float[] x3 = new float[num]; float[] y3 = new float[num]; void setup(){ size(640,320); noStroke(); } void draw(){ background(0); fill(255); for (int i = 0; i < num-3; i++){ x1[i] = x1[i+3]; y1[i] = y1[i+3]; x2[1] = x2[i+3]+5; y2[1] = y2[i+3]+5; x3[1]...
Continue ReadingAn interactive experience for people to explore their social boundaries and how they actually when they talk to each other....
Continue ReadingInstead of simply giving the experience to the audiences, Tim Burton's exhibition at MoMA and his website create an interactive environment in which the audiences can explore his works and ideas through individualized choices and movements....
Continue Reading