Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 523 Bytes

L-system

"An L-system or Lindenmayer system is a parallel rewriting system and a type of formal grammar" see Wikipedia. This code was initially inspired by the work of Daniel Shiffman in this domain.

The js file contains grammar definition for 3 systems:

Koch curve

Sierpinski triangle

Tree (Daniel Shiffman)