Uxn/Varvara emulator #271
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I have code a zig port of an Uxn/Varvara emulator (zuxn) for kolibrios in https://codeberg.org/iyzsong/uxn-kolibrios
Maybe worth to add it here? Thanks.
Hi!
Did you implement Zig cross-compiler for KolibriOS?
Or ported compiler directly into system?
Tell more about this, please, as it sound amazing in terms of possibilities.
@Burer, there is a linker, just like in Rust programs
No, I simply use the official zig on Linux, its freestanding x86 target seems work well to cross compile programs for KolibriOS. I just have to write some functions wrap the syscalls.
Got it, thank you!
Answering your initial question about adding it - would you like to add it to the main KolibriOS repository, as part of image autobuild, or to a separate repository, as a separate downloadable program?
I'd like add it to the main repository. How to make an application association so that click
*.rom
would launch it? Thanks.I open the PR in #272