Announcement

Collapse
No announcement yet.

Waffle 1.6 Released As Library Allowing GL / Windowing System Selection At Runtime

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Waffle 1.6 Released As Library Allowing GL / Windowing System Selection At Runtime

    Phoronix: Waffle 1.6 Released As Library Allowing GL / Windowing System Selection At Runtime

    Why not start off your morning with a waffle? Waffle 1.6 was just released as this long-running but recently silent project providing a library that allows deferring OpenGL and windowing system selection until run-time for making software more portable across today's mobile systems and desktops and supporting both X11 and Wayland, among other possible options...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    If the first release is not code-named "Blue" then they did not win.

    Comment


    • #3
      Doesn't Qt and GTK already support runtime selection of windowing system?

      Waffle is for software (such as games) which does not use GTK or Qt?

      Comment


      • #4
        Originally posted by uid313 View Post
        Doesn't Qt and GTK already support runtime selection of windowing system?

        Waffle is for software (such as games) which does not use GTK or Qt?
        QT and GTK are toolkits, they provide widgets, input handling, and a whole bunch of other (really useful) stuff. Waffle only abstracts window system calls, basically it lets you write an app that is portable to wgl, glx, egl, gbm, cgl, etc.

        Comment


        • #5
          Originally posted by uid313 View Post
          Waffle is for software (such as games) which does not use GTK or Qt?
          Exactly. It's like SDL and GLFW.

          Comment

          Working...
          X