💾 Archived View for bbs.geminispace.org › u › jeang3nie › 1494 captured on 2023-12-28 at 17:28:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-14)
-=-=-=-=-=-=-
@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 · 7 months ago
🐐 drh3xx · 2023-06-03 at 17:04:
@jeang3nie thanks for the link I'll check it out later.
Zig and Vlang?