🧬An L-system (Lindenmayer system) animator
To put it simply, it's a set of production rules that tell you how to expand a given set of symbols to its full form, provided you have some sort of grammar defined.
It uses turtle.js to draw L-systems. Included presets include the Gosper curve, the Koch snowflake, and the Dragon curve.