diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:08:34 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-28 14:08:34 +0300 |
| commit | 52e379b6ce290a12565851593ad08871e3a14f93 (patch) | |
| tree | 7d307504c981ef8588e844a38c136c1583129505 | |
| parent | 376f4d5b23de2d4a2afaf5e45cccdbb2d095f4e2 (diff) | |
| parent | 9c76ef7afa3aaaa3f0c8536cddc9d20e595dd2d4 (diff) | |
Merge branch 'master' into gh-pages
| -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; |
