Merge branch 'gh-pages' of https://github.com/airstruck/luigi into gh-pages

This commit is contained in:
airstruck
2015-11-26 08:54:24 -05:00

View File

@@ -1,8 +1,20 @@
# LUIGI
**Lovely User Interfaces for Game Inventors**
This library targets LÖVE 0.10.0 and 0.9.2, and won't work in older versions.
## LÖVE backend
This document is a placeholder.
LUIGI is compatible with LÖVE 0.10.0 and 0.9.2.
## SDL backend
LUIGI can also run under LuaJIT when
[SDL 2](https://www.libsdl.org/download-2.0.php),
[SDL_image](https://www.libsdl.org/projects/SDL_image/) and
[SDL_ttf](https://www.libsdl.org/projects/SDL_ttf)
(and their dependencies) are installed.
## API docs
View the generated [API docs](http://airstruck.github.io/luigi/doc/).
Probably not up to date.