Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gly-engine/core-native-nds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

create your own game-engine with just lua for nintendo ds

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project