Friday 4 March 2011

And the last, 4th pattern.
This is easily my favourite of the four. This one I tried to take the repetition idea and play around with it. By drawing images outside of the initial box, when repeated they would cross over and do something crazy. And, it worked. By drawing multiple ellipses and repeating them inside of the repeated area I found the pattern boring and plain. By letting them overlap they created a pattern of curved crosses which is really amazing.


http://www.openprocessing.org/visuals/?visualID=22427



for(int i=0; i<75; i=i+4){
    noFill();
    ellipse(25,25,i,i);
     
  }

The code is once again really really simple, but the simplest of things done correctly make great patterns.

Locky.

No comments:

Post a Comment