Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

L_System

This is an old learning project done in Processing. Uploaded from an archive (files have been reformatted or rewritten).

Simple L_System tree

https://en.wikipedia.org/wiki/L-system (example 7)

  • variables : X F
  • constants : + − [ ]
  • start : -X
  • rules : (X → F+[[X]-X]-F[-FX]+X), (F → FF)
  • angle : 25° preview

About

This is an old learning project done in Processing. Uploaded from an archive (files have been reformatted or rewritten).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages