https://github.com/diego999/lsystem
https://github.com/diego999/lsystem
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diego999/lsystem
- Owner: Diego999
- License: mit
- Created: 2013-05-19T22:33:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T12:29:49.000Z (over 11 years ago)
- Last Synced: 2025-01-14T13:56:28.384Z (9 months ago)
- Language: C++
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a visualized of L-System.
It uses Qt 4.8 and GLUT.
Actually, only the 2D L-System works.
The grammar to use is as follow :
+ -> yaw left
- -> yaw right
& -> pitch down
^ -> pitch up
\ -> roll left
/ -> roll right
| -> yaw around
[ -> state push
] -> state pop```The XML structure is quite trivial and doesn't need some explanations.
## License
This code is distributed under the terms and conditions of the [MIT license](LICENSE).