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.
Left / Right analog sticks: "controller" input.
Triangle: Accept
Use the latest Vita SDK toolchain to compile. After installing, simply run cmake . && make
. Alternatively, you can do:
mkdir build
cd build
cmake .. && make