• MonkderVierte
    link
    fedilink
    arrow-up
    2
    arrow-down
    8
    ·
    11 days ago

    Wait, UI toolkits need a render backend? Old FLTK too?

      • 2xsaiko@discuss.tchncs.de
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        11 days ago

        QtWidgets uses software rendering. It’s completely fine on my 4K display except for a single application, KOrganizer, where it actually takes a while to redraw the UI. You can implement hardware rendering badly too (see QtQuick which is noticeably less responsive than QtWidgets)

    • Robin@lemmy.world
      link
      fedilink
      English
      arrow-up
      16
      ·
      11 days ago

      Need? No. But hardware acceleration makes things faster and more efficient.