An open API service indexing awesome lists of open source software.

https://github.com/pvigier/lsystem

A Python library to create and display L-systems.
https://github.com/pvigier/lsystem

fractals lsystem python-library

Last synced: 11 months ago
JSON representation

A Python library to create and display L-systems.

Awesome Lists containing this project

README

          

# L-System

lsystem is a small python library which allows to generate and display L-systems.

Examples of images generated with lsystem:
![Koch](https://raw.githubusercontent.com/pvigier/lsystem/master/images/koch.png)
![Tree](https://raw.githubusercontent.com/pvigier/lsystem/master/images/tree.png)
![Plant](https://raw.githubusercontent.com/pvigier/lsystem/master/images/plant.png)
![Pine](https://raw.githubusercontent.com/pvigier/lsystem/master/images/pine.png)

Visit https://en.wikipedia.org/wiki/L-system to know more about L-systems.