simple lindenmayer systems
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Thorn Avery 3529cf95ee added line variables 4 anos atrás
README.md unfuarked readme formatting again 4 anos atrás
lindenmayer.rkt added line variables 4 anos atrás
test-plant.png added line variables 4 anos atrás

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