Skip to content

L-system implementation for python 3.x and matplotlib

License

Notifications You must be signed in to change notification settings

Moonire/L-system_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L-system_python

L-system implementation for python 3.x

Non Stochastic Context free L-system implementation for python 3.x Conformaly to the description given in 'The Algorithmic Beauty of Plants' by Lindenmayer i.e :

  • the angles are in degrees and grow clockwise
  • supports edge and node rewriting
  • supports branching

Displayed using matplotlib (quicker and smoother than turtle)

About

L-system implementation for python 3.x and matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages