LuaG is a virtual console that runs lua games.
This project is a C port with improvements of the Java version.\
- SDL 2: window, video, audio, input...
- lua 5.4: the core library that makes the games run
- libarchive: handles the LuaG cartridges extraction and creation
- dlfcn-win32: implements the dlfcn functions (POSIX) needed to load LuaG Libraries.
This project is released under the GPL 3+. See COPYING.
Any work that uses it must therefore be released under a GPL-Compatible license.