Skip to content

Playing around with Lindenmayer Systems (L-Systems)

License

Notifications You must be signed in to change notification settings

janisstreib/l-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

l-tool

Playing around with Lindenmayer Systems (L-Systems)

Setup

l-tool requires pillow, a PIL implementation.

Usage

Example:

python3 l_tool.py --func FractalPlant --width 1250 --height 990 --out plant.png --stepsize=8 --stroke-width=3

Image of a fractal plant

For advanced options, consult python3 l_tool.py -h.

Add a fractal

The reproduction rules are defined in lfractals.py.

About

Playing around with Lindenmayer Systems (L-Systems)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages