simple lindenmayer systems
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Thorn Avery 3529cf95ee added line variables 4年前
README.md unfuarked readme formatting again 4年前
lindenmayer.rkt added line variables 4年前
test-plant.png added line variables 4年前

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