Skip to content

1ntEgr8/lyndenn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.