ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/README
Revision: 1.1
Committed: Thu Nov 6 14:31:24 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# Content
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