Tuesday, March 3, 2009

Circles





















These are 2 screen shots of my project.  Clearly I choose the circles.  The idea originally came from Anthony Mattox's website.  The color are random using HSV color.  The way that I went about doing this project was creating a circle object with a random X,Y, and radius value and then testing these values against the circles that have already been drawn to see if they are too close together, ie touching/overlapping.  If they passed the test then the circle was drawn.  These pictures have 5000 circles, the highest that I was able to get to was 6851, but because processing doesn't have a flush function(or i dont know it) i was never able to see it.  thank you come again 

No comments:

Post a Comment