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
- Host: GitHub
- URL: https://github.com/vulcalien/luag-console
- Owner: Vulcalien
- License: gpl-3.0
- Created: 2022-01-02T17:43:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T22:39:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:53:22.982Z (7 months ago)
- Topics: fantasy-console, lua
- Language: C
- Homepage:
- Size: 282 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

# 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).