2024-04-23 20:55:14 -04:00
|
|
|
# Fork status
|
|
|
|
|
|
|
|
This is a fork of [uxnfb](https://git.badd10de.dev/uxnfb/). Original README follows:
|
|
|
|
|
2022-10-13 12:37:43 -04:00
|
|
|
# UXNFB
|
|
|
|
|
|
|
|
This is a port of the [UXN virtual machine][uxn] for Linux with zero
|
|
|
|
dependencies. It renders the graphics using the linux framebuffer and input
|
|
|
|
devices.
|
|
|
|
|
|
|
|
[uxn]: https://wiki.xxiivv.com/site/uxn.html
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
The path for the input devices must be passed at compile time.
|
|
|
|
|
|
|
|
```
|
|
|
|
make MOUSE_PATH=/dev/input/mouse0 KBD_PATH=/dev/input/event20
|
|
|
|
```
|