Go to file
~d6 e073184ad4 put fork status in readme 2024-04-23 20:55:14 -04: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 put fork status in readme 2024-04-23 20:55:14 -04:00

README.md

Fork status

This is a fork of uxnfb. Original README follows:

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