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

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

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