diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | lsys.js | 6 |
2 files changed, 11 insertions, 0 deletions
@@ -32,3 +32,8 @@ Syntax - `<`/`>`: roll right / left - `|`: reverse vector direction - `[`/`]`: push / pop current tree state + +More +---- + +For more info and examples, check out http://yuvadm.github.com/lsys.js @@ -1,3 +1,9 @@ +/* + * LSystems.JS v0.1 + * Copyright (c) 2012, Yuval Adam + * http://yuvadm.github.com/lsys.js/LICENSE + */ + function LSystem(axiom, rules, draw_constants) { this.axiom = axiom; this.rules = rules; |
