Skip to content

Instantly share code, notes, and snippets.

@Mizzlr
Created June 17, 2016 11:32
Show Gist options
  • Save Mizzlr/dc07a5190f1826428b710a984f401a44 to your computer and use it in GitHub Desktop.
Save Mizzlr/dc07a5190f1826428b710a984f401a44 to your computer and use it in GitHub Desktop.
# L-System code for pythagorian tree
variables: A B
constants: [ ] + -
axiom: A
rules: (B->BB) (A->B[+A]-A)
angle: 60
length: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment