Go to file
Bad Diode fc3a2ea835 Add LICENSE and README files 2022-10-13 18:37:43 +02:00
src Fix mouse behaviour when zoom is active 2022-10-13 18:20:24 +02:00
.gitignore Initial commit 2022-03-03 08:42:47 +00:00
.gitmodules Add uxn base as a git submodule 2022-03-04 14:13:16 +01:00
LICENSE Add LICENSE and README files 2022-10-13 18:37:43 +02:00
Makefile Remove NST bits from this repo 2022-10-13 18:08:53 +02:00
README.md Add LICENSE and README files 2022-10-13 18:37:43 +02:00

README.md

UXNFB

This is a port of the UXN virtual machine for Linux with zero dependencies. It renders the graphics using the linux framebuffer and input devices.

Configuration

The path for the input devices must be passed at compile time.

make MOUSE_PATH=/dev/input/mouse0 KBD_PATH=/dev/input/event20