RSS

Capy 0.3 Release Notes

Reminder: Capy is NOT ready for use in production as I’m still making breaking changes Capy is a GUI framework for Zig made with performance, cross-compilation and native widgets in mind. The goal is to be able to seamlessly cross-compile from any platform to any other one. This includes Windows, Linux, WebAssembly, and soon will include macOS, Android and iOS. It’s been 6 months since the 0.2 update, but Capy is getting forward at its own slow pace....

Porting Capy to Android

It’s been quite some time on my roadmap that I wanted to port Capy to Android. And recently, I wanted to start a side project that I would code in Zig but that needs to be an Android app. So, might as well start porting Capy just now. Prior efforts By searching a little, I found this amazing project called ZigAndroidTemplate. It probably saved me months of coding, debugging and demotivation as it provided features such as generating the keystores, installing the app and running the app....