Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/balazsjako/lsystem

Experimental Lindenmayer System for Geometry Generation
https://github.com/balazsjako/lsystem

ast bison cplusplus flex geometry-generation glm lindenmayer lsystem

Last synced: 7 days ago
JSON representation

Experimental Lindenmayer System for Geometry Generation

Awesome Lists containing this project

README

        

# LSystem
Experimental Lindenmayer System for Geometry Generation

It is a rework of my Lindenmayer System 'LSie' (https://sourceforge.net/projects/lsie/)
Now it comes with a redesigned syntax (see Test4.ls, compare with the other .ls files).
The new syntax supports namespaces, so it is easier to organize symbols.

Working on saving/importing pre-compiled LS units....

Work in progress.