💾 Archived View for bbs.geminispace.org › u › jeang3nie › 1494 captured on 2023-11-14 at 09:12:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
@drh3xx capy is using gtk3 under the hood, but doesn't provide anywhere near the functionality of using gtk directly. I had hand written bindings to gtk3 and vte that were being used in Zterm, but I always knew that was a dead end. The best gtk path in Zig right now is zig-gobject. It's doing what I really should have done and using gobject-introspection to machine generate the zig bindings.
— https://github.com/ianprime0509/zig-gobject
Jun 03 · 5 months ago
@jeang3nie thanks for the link I'll check it out later.
Zig and Vlang?