An open API service indexing awesome lists of open source software.

https://github.com/vulcalien/luag-console

Fantasy console based on lua
https://github.com/vulcalien/luag-console

fantasy-console lua

Last synced: 6 months ago
JSON representation

Fantasy console based on lua

Awesome Lists containing this project

README

          

![icon](res/icon.png)
# 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](https://github.com/Vulcalien/LuaG-Console-java).\

# Built With
- [SDL 2](https://www.libsdl.org/): window, video, audio, input...
- [lua 5.4](https://www.lua.org/): the core library that makes the games run
- [libarchive](https://www.libarchive.org/): handles the LuaG cartridges extraction and creation

## Windows specific libraries
- [dlfcn-win32](https://github.com/dlfcn-win32/dlfcn-win32): implements the dlfcn functions (POSIX) needed to load LuaG Libraries.

# License
This project is released under the GPL 3+. See [COPYING](COPYING).\
Any work that uses it must therefore be released under a [GPL-Compatible license](https://www.gnu.org/licenses/license-list.html.en).