Thursday, November 6, 2008

Fractals with Processing

I had a go at drawing some fractal patterns with Processing. Here are some screenshots of the Koch Curve. My buttons still need some work, so don't focus on them.







1 comment:

edtoo said...

For the buttons, when I had to implement something like this, I used rectangles, the first one two pixels bigger than the button face in a light colour, the second in the darker shade one pixel smaller height and width, and offset by one pixel top and left, the third rectangle two pixels smaller and offset from the first rectangle by one pixel.