MICHAEL NORRIS

COMPOSER

SOFTWARE

L-System generator

v1.0b2 ©2006 Michael Norris
Date modified: 15 August, 2006

 

This script uses a set of user-defined "rules" to substitute text from one generation to the next, in a manner that mimics natural growth and decay processes. To begin with try the following configuration: Rules: A->B, B->AB; Axiom: A

NOTE: Each axiom must be ONE CHARACTER long only. However, it can be any alphanumeric character (e.g. numbers, punctuation, etc)


Rules

 

Axiom ->

Substitution

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.

Starting axiom:
Number of generations:


Output

HOME