https://github.com/microeinstein/luajit-nds-rom
Homebrew Nintendo DS ROM with basic LuaJIT REPL
https://github.com/microeinstein/luajit-nds-rom
Last synced: 11 months ago
JSON representation
Homebrew Nintendo DS ROM with basic LuaJIT REPL
- Host: GitHub
- URL: https://github.com/microeinstein/luajit-nds-rom
- Owner: Microeinstein
- Created: 2025-04-22T22:06:23.000Z (12 months ago)
- Default Branch: trunk
- Last Pushed: 2025-04-22T22:35:34.000Z (12 months ago)
- Last Synced: 2025-04-22T23:26:01.674Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaJIT REPL for Nintendo DS
## Gallery

## Building (BlocksDS)
- [install WonderfulTools and BlocksDS](https://blocksds.skylyrac.net/docs/setup/options/linux/)
- clone all submodules
- toggle compilation of LuaJIT at the end of `build.sh`
- launch `build.blocksds.sh`
## Building (DevkitPro)
- install DevkitPro with NDS packages
- clone all submodules
- toggle compilation of LuaJIT at the end of `build.sh`
- launch `build.sh`
## Running on emulators
Make sure to use software rendering and disable JIT optimizations.