# minilight [![CircleCI](https://circleci.com/gh/myuon/minilight.svg?style=svg)](https://circleci.com/gh/myuon/minilight) [![Hackage](http://img.shields.io/hackage/v/minilight.svg)](https://hackage.haskell.org/package/minilight) [![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](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)