summaryrefslogtreecommitdiff
path: root/README.txt
blob: ff5e5f1d7823f39f264b11f1bcd06f4d543b5805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#l-system

This is based on Lindenmayer system with lists on place of strings.
Main goal of this proyect are flexibility.

The basic idea are : l-system -> turtle-system -> graphics

At the moment, this includes the following functionality:

*Manage parametric l system based on list
*Early turtle-system

For an example, see 'examples/l-system-exemple.lisp'.