Tuesday, December 23, 2008

Friday, December 19, 2008

My first processing work can be found here
void setup(){
size(400,400);
stroke(255);
}
void draw(){
line(150, 25, mouseX, mouseY);
}
void mousePressed(){
background(0, 0, 250);
}

What does GPU acceleration mean?

here and here

Ralph Hauwert