# minilight
[](https://circleci.com/gh/myuon/minilight) [](https://hackage.haskell.org/package/minilight) [](LICENSE)
A simple but powerful graphics library.
## Build
You first need to install [sdl2](https://www.libsdl.org/index.php) packages.
For Ubuntu 18.04:
```sh
~$ sudo apt install -y libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev
```
## Examples
See [examples](https://github.com/myuon/minilight/tree/master/examples)