Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 418 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 418 Bytes

Demonstration of Lindenmayer systems (L-systems) in python.

Execute ./main.py to run the demonstration.

Commands:

  • 'r': reset demo
  • 'n': generate and draw next evolution
  • 'c': clear canvas
  • 'o': toggle 'overwrite' status; if on, the canvas will be cleared each evolution. If off, each evolution will be drawn over the previous in a different (randomly selected) colour.
  • Escape: close demonstration