simple lindenmayer systems
Go to file
2019-12-07 21:52:14 +13:00
lindenmayer.rkt added line variables 2019-12-07 21:52:14 +13:00
README.md unfuarked readme formatting again 2019-12-07 20:40:26 +13:00
test-plant.png added line variables 2019-12-07 21:52:14 +13:00

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