rules['F'] = 'F[+F]F[-F]F'
axiom = 'F'
angle = 25
rules['X'] = 'F[+X][-X]FX'
rules['F'] = 'FF'
axiom = 'X'
angle = 25
A project log for Python L-System
The L-System or Lindenmayer System is a mathematical system to describe the growth of plants or fractals.
rules['F'] = 'F[+F]F[-F]F'
axiom = 'F'
angle = 25
rules['X'] = 'F[+X][-X]FX'
rules['F'] = 'FF'
axiom = 'X'
angle = 25
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.