This repo contains a port of the SDL Uxn emulator to the Flipper Zero.
I don't intend to develop this further, but anyone should feel free to fork the repo and continue it themselves.
- Loading ROMs
- Uxn core instructions
- Varvara Screen device
- Varvara Controller device (partial)
The Controller implementation does not support any form of keyboard input, and maps the Flipper Zero's 6 buttons as follows:
| Flipper Zero | Varvara |
|---|---|
| Up | Up |
| Down | Down |
| Left | Left |
| Right | Right |
| Ok | A |
| Back | B |
Long pressing Back will immediately exit the emulator.