forked from KolibriOS/kolibrios
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: KolibriOS/kolibrios#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>
18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
// 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?
|