Go to file
neauoire 59886ce34b New build script 2022-03-26 21:07:01 -07:00
etc Implemented mouse 2022-03-26 21:03:03 -07:00
src Implemented mouse 2022-03-26 21:03:03 -07:00
.clang-format Init 2022-03-26 17:23:52 -07:00
.gitignore Init 2022-03-26 17:23:52 -07:00
LICENSE Init 2022-03-26 17:23:52 -07:00
README.md New build script 2022-03-26 21:07:01 -07:00
build.sh Implemented mouse 2022-03-26 21:03:03 -07:00

README.md

Uxn

An emulator for the Uxn stack-machine, written in ANSI C.

More docs coming soon.

Graphical

All you need is X11.

gcc src/uxn.c src/devices/system.c src/devices/screen.c src/devices/controller.c src/devices/mouse.c src/devices/datetime.c src/uxn11.c -DNDEBUG -Os -g0 -s -o bin/uxn11 -lX11

Terminal

If you wish to build the emulator without graphics mode:

cc src/devices/datetime.c src/devices/system.c src/devices/file.c src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli

Contributing

Submit patches using git send-email to the ~rabbits/public-inbox mailing list.