Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 464 Bytes

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.