simple lindenmayer systems
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thorn Avery 3529cf95ee added line variables 4 years ago
README.md unfuarked readme formatting again 4 years ago
lindenmayer.rkt added line variables 4 years ago
test-plant.png added line variables 4 years ago

README.md

Lindenmayer Turtle Generator

draws a lindenmayer system using simple turtle graphics.

currently very basic, models the following system:

# genesis
X

# rules
F -> FF
X -> F-[[X]+X]+F[+FX]-X

is also slow and badly written, ¯\_(ツ)_/¯

dependencies

raco pkg install htdp-lib
raco pkg install pict-lib

running

WARNING: will overwrite ‘test-plant.png’ in working directory

racket lindenmayer.rkt

author

theArborist