• @wth@sh.itjust.works
    link
    fedilink
    1
    edit-2
    10 months ago

    ROFL.

    True on desktop OSs. I did quite a bit of commercial dev on GTK many years ago, but I always found the look and feel on Mac (esp) and windows quite klunky. I hear that quite a bit of work has been done on native theming, so perhaps my impressions are out of date. Having said that - GTK wasn’t bad to work with. I also did a project in WxWidgets, but again desktop only. It was not too bad for simple apps.

    For the current app - first release target was iOS, then Mac, Android, Windows then Linux. So GTK was out since its not mobile friendly (I have heard you can do something on Android, but iOS is out).

    • TerrorBite :veripawed3:
      link
      fedilink
      110 months ago

      @wth I have worked with GTK3 myself, and once I got used to its quirks, actually found it quite nice to work with. I was writing my code in Python too, which added some extra challenge, but the GObject introspection took a lot of the pain out of interoperating with what’s basically a C library.

      However, I’m aware that GTK has a bit of a reputation. The look and feel is great on Linux desktops that use it natively, but I do remember it looking pretty ugly cross-platform.

    • @Trivial@programming.dev
      link
      fedilink
      110 months ago

      GTK has improved a lot, but native theming isn’t the area. It has very powerful theming but I don’t think a macOS theme exists.