Random Art Evolver

Here is a little program I’ve been playing around with (inspired by the theme Evolution, which didn’t make it again):

Random Art Evolver

This program generates random images based on a code (which is shown at the bottom) and mutates them. When you click on one of the images, you’ll see it in full size at the right and all images will start to evolve from that point on. If none of those get any better, you can restart the same code by clicking on the large image.

Once you have found an image you want to use for something, you could capture the screen and save it somewhere as a bitmap, but the idea is to simply save the code and use a function to generate the image at any time.

The library is for haXe, it generates a BitmapData from a given String. It shouldn’t be too hard to port it to as3 as well.

Enjoy!

Tags: artwork, evolution, evolving, flash, graphics, haXe, random, tool

Comments

14. Sep 2010 · 18:53 UTC
It goes a bit too fast, so I can’t grab the images I want at first. Then it begins to lag, presumably due to memory usage. Eventually, it locks up my browser… :(
15. Sep 2010 · 22:08 UTC
Sorry about that, I accidentally used the standard player for testing instead of the debug player, I’ve fixed some things now so it should be a bit more stable.