Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivodopiviz/uxnvita
https://github.com/ivodopiviz/uxnvita
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivodopiviz/uxnvita
- Owner: ivodopiviz
- Created: 2021-05-22T21:52:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T16:06:29.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T07:35:07.132Z (6 months ago)
- Language: C
- Size: 59.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uxn - PlayStation Vita - Incomplete. (Emulators)
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