blob: 88567e776cadf97783145071dba614c584dde075 (
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
|