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

https://github.com/diego999/lsystem


https://github.com/diego999/lsystem

Last synced: 7 months ago
JSON representation

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).