This weekend I decided to play around a bit with genetic programming and put evolution to the test, the test of fine art I created a small program that keeps a string of DNA for polygon rendering. The procedure of the program is quite simple: Setup a random DNA string (application start) Copy the current DNA sequence and mutate it slightly Use the new DNA to render polygons onto a canvas Compare