| 1 |
root |
1.1 |
Not much with regards to documentation has been written. You should have |
| 2 |
|
|
knowledge about l-systems, then look at ther examples. |
| 3 |
|
|
|
| 4 |
|
|
If you want to fool around, try this |
| 5 |
|
|
|
| 6 |
|
|
lsys -Ilib lib/mycelis_muralis.l 2 100 |
| 7 |
|
|
|
| 8 |
|
|
and make sure you have the opengl interface working. A opengl window |
| 9 |
|
|
should open, and each time you press the escape-key, a new iteration will |
| 10 |
|
|
start, i.e. the "n" argument of the root module will be incremented (they |
| 11 |
|
|
could be floating point, too, of course). |
| 12 |
|
|
|
| 13 |
|
|
To check out example with many modules, you should use the -m switch: |
| 14 |
|
|
|
| 15 |
|
|
lsys -Ilib lib/fractint.l 1 20 -m Koch |
| 16 |
|
|
|
| 17 |
|
|
(not all of these work). |
| 18 |
|
|
|
| 19 |
|
|
Have fun! |
| 20 |
|
|
|
| 21 |
|
|
Marc Lehmann |
| 22 |
|
|
|