Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivodopiviz/uxnvita


https://github.com/ivodopiviz/uxnvita

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# uxnvita

Experimental port of the [uxn virtual machine](https://wiki.xxiivv.com/site/uxn.html) to the PlayStation Vita console.

uxnvita will look for roms and files in ux0:data/uxn/. It'll load launcher.rom by default.

## controls
Touchscreen / back touch sensor: move the "mouse" cursor.

Left / Right analog sticks: "controller" input.

Triangle: Accept

## building
Use the latest Vita SDK toolchain to compile. After [installing](https://vitasdk.org/), simply run `cmake . && make`. Alternatively, you can do:
```
mkdir build
cd build
cmake .. && make
```

### TODO:
- [ ] Come up with more sensible controls
- [ ] Implement text input