Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/balazsjako/lsystem
- Owner: BalazsJako
- License: mit
- Created: 2019-01-17T08:50:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T04:56:57.000Z (over 5 years ago)
- Last Synced: 2023-10-20T18:06:04.313Z (about 1 year ago)
- Topics: ast, bison, cplusplus, flex, geometry-generation, glm, lindenmayer, lsystem
- Language: HTML
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LSystem
Experimental Lindenmayer System for Geometry GenerationIt 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.