Android version is there yay! UI is build using compose instead of sokol-gfx, but it is using the same audio system as the desktop version. #zig#androiddev#kotlin#rnbo
Little demo using #zig, sokol, and RNBO. Now let’s see if I can compile it for android. Also this kind of UI would be much easier in jetpack compose, I may ditch sokol part for non visual apps. #ziglang
Rich Errors is a good improvement to #kotlin error handling. Still though i like to usability of catch operator from zig. But still it is way better than exceptions and Result type. #kotlinconf