CS 275 final project
This file implements the 0L-Systems.
python2 l_system.py
type in the sample input suggested in <sample.txt> line by line.
This file implements the Parametric L-Systems.
- To execute the program with default parameters:
python2 parametric_Lsystems.py --demo
- To reproduce the experiment:
python2 parametric_Lsystems.py
type in the sample input suggested in <sample_input_parametric.txt> line by line.
Note that we adjust the scale for trees exceeding the screen margin.