16 lines
362 B
Markdown
16 lines
362 B
Markdown
# 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
|
|
```
|