Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ar-nelson/uxnpi
Uxn for the Raspberry Pi, on bare metal
https://github.com/ar-nelson/uxnpi
Last synced: 3 months ago
JSON representation
Uxn for the Raspberry Pi, on bare metal
- Host: GitHub
- URL: https://github.com/ar-nelson/uxnpi
- Owner: ar-nelson
- License: gpl-3.0
- Created: 2024-03-28T00:09:22.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-31T21:11:58.000Z (10 months ago)
- Last Synced: 2024-08-03T17:09:23.021Z (6 months ago)
- Language: C++
- Size: 129 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uxn - RPi - Nearly Complete. (Emulators)
README
# uxnpi
Uxn for the Raspberry Pi, on bare metal. Inspired by
[uxnrpi](https://git.badd10de.dev/uxnrpi), though at this point it contains very
little code from that project. Powered by
[Circle](https://github.com/rsta2/circle). Should support all of the Varvara
devices except audio.Currently very much a work in progress. If you want to compile it on your own,
good luck. It's set up specifically for the GPi Case 2W (a Game Boy-style Pi
case with a 640x480 LCD and a USB gamepad), and hasn't been tested on anything
else yet.Requires an aarch64 cross-compiler build of GCC and a custom build of QEMU to
test; see Circle's instructions.## License
This project contains two subprojects under different licenses.
My C++ Uxn framework, in the `uxn-cpp` subdirectory, is distributed under the
MIT license. This will likely be split off into a separate repository in the
future.The full uxnpi project (all source files outside the `uxn-cpp` subdirectory) is
distributed under the GPL 3.0, because Circle is also GPL.