Coming Soon: A script which plays with evolution. The script will randomly draw circles on a canvas. Circle size, position and color can mutate. The canvas is then compared to a given image. High similarity between image and canvas means high fitness for this sequence of circles. Like in nature, the sequence with high fitness will reproduce with a higher chance. My script is currently in alpha phase.
If you want, you can follow the progress under https://mandelbrot.neocities.org/MandelScript/geneticPicture.html . But right now, not reeeally much is working
Update: I stopped developing this project with Javascript and p5.js. I switched to p3 for the sake of type safety. I will publish the .exe soon