https://github.com/ar-nelson/uxnpi
Uxn on the GPi Case 2W is finally usable! I have Fourtette (https://github.com/nf/fourtette) working now, fully playable! Though only at 1:1 pixel ratio and with no audio.
This is running directly on the bare metal of the Pi Zero 2W, using Circle for graphics and USB gamepad drivers.
GitHub - ar-nelson/uxnpi: Uxn for the Raspberry Pi, on bare metal
Uxn for the Raspberry Pi, on bare metal. Contribute to ar-nelson/uxnpi development by creating an account on GitHub.GitHub
Devine Lu Linvega
in reply to Adam Nelson • • •moonglum
in reply to Devine Lu Linvega • • •Adam Nelson
in reply to Adam Nelson • • •Uxn implementers may also be interested in the subproject `uxn-cpp`: https://github.com/ar-nelson/uxnpi/tree/master/uxn-cpp
It's a port of the reference Uxn interpreter to C++. All of the Varvara devices (except audio, that's still WIP) have been converted to abstract base classes. This is an easy starting point to port Uxn to any platform; uxnpi is just a thin layer on top of it.
#Uxn #Cpp
uxnpi/uxn-cpp at master · ar-nelson/uxnpi
GitHubDevine Lu Linvega
in reply to Adam Nelson • • •Adam Nelson
in reply to Devine Lu Linvega • • •