blob: 17958c5f3c751cfc76bb6d24196b92fc34529dbe (
plain)
1
2
3
4
5
6
7
|
Experimental Lua game framework for libretro, following the LOVE API.
Lutro is software rendered and implements only a subset of the LOVE API.
It targets portability though the libretro API and backed in dependancies.
To build the debugging symbols use:
DEBUG=1 ./libretro-lutro.SlackBuild
|