Vulcalien / LuaG-Console

A C port of the fantasy-console LuaG-Console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A C port of the fantasy-console LuaG-Console

License:GNU General Public License v3.0


Languages

Language:C 80.8%Language:Lua 11.8%Language:Makefile 6.3%Language:Shell 1.1%