Experimental port of the uxn virtual machine to the PlayStation Vita console.
uxnvita will look for roms and files in ux0:data/uxn/. It'll load launcher.rom by default.
Touchscreen / back touch sensor: move the "mouse" cursor.
- Circle: A (ctrl)
- Cross: B (alt)
- Start: Start (home)
- Select: Select (shift)
- Dpad: Up/Down/Left/Right
- Left / Right analog sticks: Duplicate dpad input (right stick only up/down)
Use the latest Vita SDK toolchain to compile. After installing, simply run cmake . && make
. Alternatively, you can do:
mkdir build
cd build
cmake .. && make
- Come up with more sensible controls
- Implement text input