Skip to content

Latest commit

History

History
11 lines (8 loc) 路 618 Bytes

README.md

File metadata and controls

11 lines (8 loc) 路 618 Bytes

lyndenn

馃КAn L-system (Lindenmayer system) animator

demo

What's an L-system?

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.

What does the demo do?

It uses turtle.js to draw L-systems. Included presets include the Gosper curve, the Koch snowflake, and the Dragon curve.