aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 38ae8d0956a052399b5685b912cb69c9fde5e1d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```