An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LuaJIT REPL for Nintendo DS

## Gallery

Demo v0.1

## 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.