aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..38ae8d0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
1# UXNFB
2
3This is a port of the [UXN virtual machine][uxn] for Linux with zero
4dependencies. It renders the graphics using the linux framebuffer and input
5devices.
6
7[uxn]: https://wiki.xxiivv.com/site/uxn.html
8
9## Configuration
10
11The path for the input devices must be passed at compile time.
12
13```
14make MOUSE_PATH=/dev/input/mouse0 KBD_PATH=/dev/input/event20
15```