• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

L-System 2D

Author: yhy
Date: 19 Aug, 2014
Category: module
Credits:

http://en.wikipedia.org/wiki/L-system

Download

64bit

0-LSystem.zip
19 Aug, 2014 - 13:38
Version beta1.0

Description

Let's create cool generative art.

How to use

This L-System grammer is similar to lsys ( http://benvan.co.uk/lsys/ ). ~np~ F : draw forwards by "size"

  • / - : rotate by +/-"angle"

/ < : increase/decrease "size" by "DeltaSize" ) / ( : increase/decrease "angle" by "DeltaAngle" <%20/%20> : push / pop state

  1.  : negate "angle"
    

| : increment "angle" by 180(degree) ~/np~

Advice

This is a beta version. When you write a deeply recursived expression, the behavior may be slow. I wanna increase the performance.

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top