A Kotlin implementation of the Uxn virtual machine and the Varvara computer system.
You can build an executable JAR using the following command:
./gradlew jarTo launch a rom in the uxnk emulator, use the following command:
java -jar uxnk.jar [ROM] [ARGS]...| Key | Description |
|---|---|
| F1 | Toggle between three zoom levels |
| F2 | Print stack contents to console |
| F3 | Exit the program with code 127 |
| F11 | Toggle fullscreen mode |
| F12 | Toggle borderless window mode |