https://github.com/mischief/lola
lindenmayer systems in lua
https://github.com/mischief/lola
Last synced: about 1 year ago
JSON representation
lindenmayer systems in lua
- Host: GitHub
- URL: https://github.com/mischief/lola
- Owner: mischief
- Created: 2016-08-19T01:54:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T01:55:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T15:47:06.946Z (over 1 year ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lola
lindenmayer systems in lua
## dependencies
- love2d >= 0.9
- lpeg
to get lpeg:
```sh
luarocks --local install lpeg
```
## running
```
love .
```