• @RoyaltyInTraining
      link
      243 months ago

      Truat me, you ro not want to experience CPU based rendering on high resolution displays

      • 2xsaiko
        link
        fedilink
        13 months 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
      link
      English
      163 months ago

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

      • @devfuuu
        link
        03 months ago

        Sometimes. Most of the times. Not always.