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