https://github.com/henrixapp/go-ogll
A golang-based lindenmayer system implementation WIP
https://github.com/henrixapp/go-ogll
Last synced: over 1 year ago
JSON representation
A golang-based lindenmayer system implementation WIP
- Host: GitHub
- URL: https://github.com/henrixapp/go-ogll
- Owner: henrixapp
- Created: 2019-07-20T12:55:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T13:42:22.000Z (over 6 years ago)
- Last Synced: 2025-01-09T07:25:03.251Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-OGLL
[](https://circleci.com/gh/henrixapp/go-OGLL)
[](https://codeclimate.com/github/henrixapp/go-OGLL/maintainability)
> A golang-based lindenmayer system implementation WIP
## Manual
### Moving the scene
Use `WASD` to move around. Use `Q` and `E` to zoom.
## Basic Example: Koch' Snowflake
```
-> F=mov(1)
-> L=rot(60)
-> R=rot(-60)
-> F->FLFRRFLF
-> render(FRRFRRF,9)
```
