-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We don't call it Uxnemu anymore, now it's just uxnvita / uxn. Updated README with some actual info.
- Loading branch information
1 parent
f4389b9
commit d415881
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# Uxn for Vita | ||
This is a quick port of Uxn for Vita using Vita SDK and SDL2. It's currently mostly a hack but I'm trying. | ||
# uxnvita | ||
|
||
Experimental port of the [uxn virtual machine](https://wiki.xxiivv.com/site/uxn.html) to the PlayStation Vita console. | ||
|
||
By default, uxnvita will run ux0:data/uxn/boot.rom. There's currently no way of loading files from within Uxn. Performance seems to be pretty bad. | ||
|
||
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: | ||
- [] ROM loading from within Uxn | ||
- [] Fix missaligned rendering | ||
- [] Add debugging facilities | ||
- [] Fix performance issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters