The goal of this project is to build an application that allows for easy construction and viewing of LSystems.
Initially only basic and bracketed 2D LSystems will be supported. Eventually support for stochastic, context sensitive and parametric LSystems, both 2D and 3D, will be added. Other features I hope to add are:
-custom symbol --> action mappings (i.e.: X --> turn left)
-random mutations and simulation of gravity for tree like LSystems
-graphical FASS curve editor
-graphical tree editor
The project will use C++ as its main programming language, Qt4 for the GUI and drawing of 2D LSystems, OpenGL for 3D LSystem drawing and XML for data storage.
If all goes well you can look forward to the first release somewhere around the end of January, beginning of February.