Comment on Evolution of Mona Lisa in JavaScript & CanvasparentComments−bdOP17yI know about this problem, just I'm getting too tired to be able to debug it. It's almost 5am here.If it does something weird, just reset it by forced reload (Ctrl-F5).Stay tuned tomorrow for DNA import/export, it's like 80% done.[Edit] DNA import/export is done. Just please be gentle with it, for the moment it's very fragile (e.g. whitespace matters).If somebody wants to play with it, DNA format is very simple (all INTs except for ALPHA which is FLOAT): NUMBER_OF_VERTICES NUMBER_OF_POLYGONS R G B ALPHA X0 Y0 X1 Y1 ... XN YN ... R G B ALPHA X0 Y0 X1 Y1 ... XN YN ...
Comments
I know about this problem, just I'm getting too tired to be able to debug it. It's almost 5am here.
If it does something weird, just reset it by forced reload (Ctrl-F5).
Stay tuned tomorrow for DNA import/export, it's like 80% done.
[Edit] DNA import/export is done. Just please be gentle with it, for the moment it's very fragile (e.g. whitespace matters).
If somebody wants to play with it, DNA format is very simple (all INTs except for ALPHA which is FLOAT):