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);
}
Subscribe to:
Post Comments (Atom)
The beginning of everything 3D
| Reactions: |
0 comments:
Post a Comment