Most Recent...
So, I wanted to create artwork with nothing but code. Wild hair, I guess. Anyways, my kids were playin with a spirograph kit and I thought it would be cool to make PHP generate a spirograph on-the-fly. And ofcours, not being a fan of reinventing the wheel, I googled it and came across phpgd.com, a PHP library used to generate images. And as fate would have it, Chris Neale had a spirograph generation script in the art pages. Well, it only generated one spirograph and I wanted more :) So I took his script to the next level by adding random color and random coordinates to generate a unique image on page refresh. Have a look.
Have fun.
Aaron Yendall