Your browser does not support the canvas element.
Redraw
Try these!

What is this ?

This is a fractal toy that generates a picture according to a set of instructions stored in a simple string of characters (the genome).
It can be used to generate trees, squiggles and other shapes.
The algorithm used is related to L-systems and turtle graphics.
It is coded in javascript and uses html5 canvas.

How to write a genome

A genome is a chain of operations executed by bots. A bot draws a line as it goes forward. It can also turn and duplicate itself.
A bot executes a specific operation for every character that appears in the genome.

by Orteil, 2011