Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 969 Bytes

File metadata and controls

41 lines (29 loc) · 969 Bytes

L-system Workshop

A comprehensive collection of all things related to the workshop.

Overview

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

Development

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.

Collecting the material

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