Sunday, November 06, 2011

Kornel's 2

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


void setup() {
  size(500,500);
  background(0,0,0);
}

void draw() {
  translate(255,255);
  for(int i=0; i < 360; i++) {
    fill(i,360-i,128,40);
    rect(0,10+frameCount%100,10,100);
    rotate(0.1);
  }
}

info info

submitted by: spam04
views: 



treeThis sketch has a parent
Tags:

comments comment

loading loading...

 

Add a comment: