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 :
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"
The streamlit application can be launched locally
streamlit run streamlit_app.py
This project is an ongoing personal project with documentation and redesign currently in progress