Skip to content

Vulcalien/LuaG-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon

LuaG Console

LuaG is a virtual console that runs lua games.

C port

This project is a C port with improvements of the Java version.\

Built With

  • 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

Windows specific libraries

  • dlfcn-win32: implements the dlfcn functions (POSIX) needed to load LuaG Libraries.

License

This project is released under the GPL 3+. See COPYING.
Any work that uses it must therefore be released under a GPL-Compatible license.