From 07472b4fbdfaf51d530de56003eee64b20bb3797 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 1 Jun 2012 18:56:32 +0300 Subject: added references and removed
s --- index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 09ad239..d526ea1 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,6 @@

About

-

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.

@@ -45,12 +44,18 @@

Proper cartesian coordinates can then be generated from the result string, for processing in the front-end of your choice (WebGL, canvas or SVG).

+

References

+ +

L-Systems.JS was created by Yuval Adam.

Usage

-

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.

@@ -75,7 +80,6 @@ for (var i=0; i<coords.length; i++) {

Playground

-

Contribute!

-

The L-Systems.JS project is in a very premature stage. Help us out by going over the open project issues.

-- cgit v1.3.1