How do you do UI in zig

Hello there. I had just learnt the fundamentals of zig, and wanna cook some project to test my capabilities. However, I couldn’t find a suitable GUI library, capy targets 0.14, native is more typescript-oriented.

What’s your choice of doing gui

Hello, if you want game i would go with Raylib, for general GUI then something like DVUI is popular.

Overall you can also use almost any C library.

Robert :blush: