Core Native GBA 0.0.20
create your own game-engine with just lua for nitendo ds.
Loading...
Searching...
No Matches
Core Native NDS

This project is a basic micro-gameengine to run lua in the Nintendo DS, which can be expanded to a custom engine, such as Gly Engine or Love2d.


Building: Pong Example with Gly Engine

cmake -Bbuild -H. -DGAME=@pong
make -C build

Building: Pong Example with Love2D

cmake -Bbuild -H. -DGAME=@love:pong -DENGINE=@love
make -C build

Building: Your Own Game with a Self-Made Engine

cmake -Bbuild -H. -DGAME=path/game.lua -DENGINE=path/engine.lua
make -C build

:whale: use devkitpro/devkitarm:20240906 docker image if you do not have devkitpro installed.