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: about 1 year ago
JSON representation
Experimental Lindenmayer System for Geometry Generation
- Host: GitHub
- URL: https://github.com/balazsjako/lsystem
- Owner: BalazsJako
- License: mit
- Created: 2019-01-17T08:50:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T04:56:57.000Z (about 7 years ago)
- Last Synced: 2025-02-16T15:15:07.728Z (over 1 year ago)
- Topics: ast, bison, cplusplus, flex, geometry-generation, glm, lindenmayer, lsystem
- Language: HTML
- Size: 2.7 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.