Saturday, March 13, 2010

suchprettymakereyes V10

// just type here
// and click "save" when your done

void setup(){  
  size(300,300);
}
  
void draw (){  
    background (200,12,100);


for(int i=0; i<80; i++){
  fill (mouseY,200,mouseX);
   rotate(0.1);
  ellipse(150, 150,mouseX,150);
}

for (int j=0; j<10; j=j+2) {
  strokeWeight(10);
  stroke(random(5),mouseY,mouseX);
    fill (mouseX,180,mouseY,mouseY);
     rotate(0.2);
trangle (50,150,5,100,20,mouseY);

  }
}

infoinfo

submitted by: anonymous
views: 

Experimental play with sketchPad for Maker Faire 2010.

treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: