module
Credits: http://en.wikipedia.org/wiki/L-system
Let's create cool generative art.
This L-System grammer is similar to lsys (http://benvan.co.uk/lsys/ ).
F : draw forwards by "size"
+ / - : rotate by +/-"angle"
> / < : increase/decrease "size" by "DeltaSize"
) / ( : increase/decrease "angle" by "DeltaAngle"
[ / ] : push / pop state
! : negate "angle"
| : increment "angle" by 180(degree)
This is a beta version.
When you write a deeply recursived expression, the behavior may be slow.
I wanna increase the performance.
anonymous user login
~3mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~5mth ago
~5mth ago