Pythagoras Tree

Alphabet: AB

Axiom: A

Angle: 45°

Productions:

  • (A → B[+A]-A)
  • (B → BB)
L-System Visualization
The L-System graphically represented.

L-System

Koch Curve

Alphabet: A

Axiom: A

Angle: 90°

Productions:

  • (A → A+A-A-A+A)
L-System Visualization
The L-System graphically represented.

L-System

Koch Curve (Alternate)

Alphabet: A

Axiom: A-A-A-A

Angle: 90°

Productions:

  • (A → AA-A-A-A-A-A+A)
L-System Visualization
The L-System graphically represented.

L-System (From Algorithmic Beauty of Plants)

Koch Curve (Square)

Alphabet: A

Axiom: A-A-A-A

Angle: 90°

Productions:

  • (A → AA-A-A-A-AA)
L-System Visualization
The L-System graphically represented.

L-System (From Algorithmic Beauty of Plants)

Sierpiński Triangle

Alphabet: AB

Axiom: A-B-B

Angle: 120°

Productions:

  • (A → A−B+A+B−A)
  • (B → BB)
L-System Visualization
The L-System graphically represented.