Archive for February, 2019

GRAPHIC NOVEL

GRAPHIC NOVEL

1.0 Graphic Novel Frame Exercise Through the frame exercise, I've learned how to use different frames with different scales and…
5 Patterns + interactive piece

5 Patterns + interactive piece

Pattern 1 void setup(){ size(800, 800); background(0); } int i=50; int j=50; void draw(){ for(int i=50;i<800;i=i+50){ stroke(255); strokeWeight(15); line(i,50,i-25,100); line(i-25,100,i,150);…
3 photo series

3 photo series

For the high speed, the shutter speed of the camera was adjust to a relatively high level to catch a…
Visual Puns

Visual Puns

VISUAL PUNS Introduction We used the pictures that we took at MOMA and combine it with other things to create…
Response piece Part 2

Response piece Part 2

outcomecode: void setup() { size(500,500); } ArrayList<PVector> clicks = new ArrayList(); void draw() { background(255,255,255); fill(random(255),random(255),random(255)); rect(mouseX, mouseY, 40,100); stroke(255);…
Skip to toolbar