uxnfb/README.md

16 lines
362 B
Markdown
Raw Normal View History

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
```