GlyEngine 0.1.2
Create games and apps with lua
Loading...
Searching...
No Matches
Nintendo

consoles: gba, nds, wii

Nintendo GBA

You can make your Lua games for gameboy advanced using the Gly engine, although the hardware is somewhat limited, small games can run well.
git clone https://github.com/gly-engine/core-native-gba
cmake -Bbuild -H. -DGAME=path/to/your/game.lua
make -C build

Nintendo DS

You can make your Lua games for nintendo ds using the Gly engine!
git clone https://github.com/gly-engine/core-native-nds
cmake -Bbuild -H. -DGAME=path/to/your/game.lua
make -C build

Nintendo Wii

You can make your games in Lua for Nintendo Wii using Gly Engine, including support for motion controls.
git clone https://github.com/gly-engine/core-native-wii
cmake -Bbuild -H. -DGAME=path/to/your/game.lua
make -C build