Skip to content

gdarid/curves

Repository files navigation

Curves

Curves is a Python tool used for generating images with L-systems

There is a streamlit application here : Curves

This tool is inspired from Lindenmayer Systems

Other interesting tools :

Setup Instructions

Install required Python modules with pip (or pip3)

pip install -r requirements.txt

You may add your own new curves in the YAML file "curves_parmeters.yaml"

Streamlit application

The streamlit application can be launched locally

streamlit run streamlit_app.py

Notes

This project is an ongoing personal project with documentation and redesign currently in progress