diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-06-01 18:56:32 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-06-01 18:56:32 +0300 |
| commit | 07472b4fbdfaf51d530de56003eee64b20bb3797 (patch) | |
| tree | 6794e2d1675bd6fa2bc79bec3a3ad9426890da9f | |
| parent | cbaa5f9d83f4ed07d163fa0c9cedc3c9eb839f5e (diff) | |
added references and removed <hr>s
| -rw-r--r-- | index.html | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -28,7 +28,6 @@ </div> <h2>About</h2> - <hr> <div class="row"> <div class="span12"> <p><b>L-Systems (short for Lindenmayer systems) are instances of a formal grammar that are used to model growth processes of plant deveopment. L-Systems can be used to generate realistic, natural-looking organisms in simulated environments.</b></p> @@ -45,12 +44,18 @@ <p>Proper cartesian coordinates can then be generated from the result string, for processing in the front-end of your choice (WebGL, canvas or SVG). </p> + <h3>References</h3> + <ul> + <li><a href="http://algorithmicbotany.org/papers/#abop">The Algorithmic Beauty of Plants (Prusinkiewicz, Lindenmayer)</a></li> + <li><a href="http://books.google.com/books/about/Turtle_Geometry.html?id=3geYp44hJVcC">Turtle Geometry: +The Computer As a Medium for Exploring Mathematics (Abelson, DiSessa)</a></li> + </ul> + <p>L-Systems.JS was created by <a href="http://y3xz.com">Yuval Adam</a>.</p> </div> </div> <h2>Usage</h2> - <hr> <div class="row"> <div class="span12"> <p>The canonical usage would be to create the L-System itself by defining the axiom string and the production rules, running the iteration, and generating the respective cartesian coordinates.</p> @@ -75,7 +80,6 @@ for (var i=0; i<coords.length; i++) { </div> <h2>Playground</h2> - <hr> <div class="row"> <div class="span3"> <ul class="nav nav-list"> @@ -106,7 +110,6 @@ for (var i=0; i<coords.length; i++) { </div> <h2>Contribute!</h2> - <hr> <div class="row"> <div class="span12"> <p>The L-Systems.JS project is in a very premature stage. Help us out by going over the <a href="https://github.com/yuvadm/lsys.js/issues">open project issues</a>.</p> |
