This project is a basic micro-gameengine to run lua in the Nintendo WII and GameCube (comming soon), which can be expanded to a custom engine, such as Gly Engine or Love2d.
Wiimotes are not working! I'm not sure why—although the code appears to be correct, there's likely some missing configuration or refinement needed in the CMakeLists.txt file to ensure proper connection. |
Building: Pong Example with Gly Engine
cmake -Bbuild -H. -DGAME=@pongmake -C buildBuilding: Pong Example with Love2D
cmake -Bbuild -H. -DGAME=@love:pong -DENGINE=@lovemake -C buildcmake -Bbuild -H. -DGAME=path/game.lua -DENGINE=path/engine.luamake -C build🐳 use devkitpro/devkitppc docker image if you do not have devkitpro installed.