A comprehensive collection of all things related to the workshop.
The material includes the following
- book: a book that provides background and assignments to study the subject.
- code: example code and starting points for creating l-systems
This is a mono repository, you will find everything you need. Go to the various sub-directories to work on different topics.
In order to work on the code
, one needs to run
cargo vendor
from the code
directory.
There is a Makefile
in this directory that collects all the material in a
compressed archive.
make
Will start the process. Cleaning up the created artifacts can be done with the following command
make clean