• 4 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: April 2nd, 2025

help-circle










  • who@feddit.orgtoProgramming@programming.devGUI library for C?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    8 months ago

    I’ve heard GTK programs don’t look great on Windows,

    They don’t look great anywhere, not even on Linux, unless you happen to be using a Gtk-based desktop.

    However, Gtk does have one thing going for it: the API is native to C, so it is easier to work with in that language (and easier to bind to other languages) than something like Qt would be.