http://www.openprocessing.org/visuals/?visualID=22424
The code is really easy and straight forward. Shows how an interesting pattern can be created using loops and very simple lines.
for ( int i=0; i<40; i=i+2){ |
line (i,i,40,0); |
line (i,i,0,40); |
} |
No comments:
Post a Comment