diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:07:57 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:07:57 +0300 |
| commit | 9c76ef7afa3aaaa3f0c8536cddc9d20e595dd2d4 (patch) | |
| tree | 828a2674cad7f91039d3287226fa9c00d9509740 | |
| parent | cba7619c71b6d23795fe76f27e30050707843a23 (diff) | |
updated copyright and info linkv0.1
| -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; |
