Simple demonstration of openframeworks program❣
To compile the project enter the command
make
To run the project enter the command
make run
The command make run will use the default input settings for the L-system. In order to use one of the alternate inputs provided use one of the commands
myfile=dragon make run
myfile=plant make run
myfile=triangle make run