files
iyzsong c65da0d96f programs: Add Uxn emulator (#272)
To build this, a zig compiler (tested: 0.14.1) is needed, run `zig build --release=fast`.
It will download https://github.com/chmod222/zuxn when building.

Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
Reviewed-on: #272
Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com>
Reviewed-by: Burer <burer@kolibrios.org>
Co-authored-by: iyzsong <iyzsong@envs.net>
Co-committed-by: iyzsong <iyzsong@envs.net>
2025-10-13 11:52:24 +02:00
..
2025-10-13 11:52:24 +02:00
2025-10-13 11:52:24 +02:00
2025-10-13 11:52:24 +02:00
2025-10-13 11:52:24 +02:00
2025-10-13 11:52:24 +02:00

// SPDX-FileCopyrightText: 2025 iyzsong@envs.net
//
// SPDX-License-Identifier: MPL-2.0

Uxn/Varvara emulator for Kolibri OS

Based on https://github.com/chmod222/zuxn

compile: zig build --release=fast
result: zig-out/bin/uxn
run: uxn SOME.rom
control:
  Up/Down/Left/Right
  Ctrl/Shift/Alt/Home
  F1: change scale (1x, 2x, 3x)

TODO: file/directory stat, audio latency, open dialog?