Announcement

Collapse
No announcement yet.

Qt Now Supports WebGL Streaming For Qt5 Apps On The Web

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

  • Qt Now Supports WebGL Streaming For Qt5 Apps On The Web

    Phoronix: Qt Now Supports WebGL Streaming For Qt5 Apps On The Web

    The Qt tool-kit has merged support for WebGL streaming...

    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
    So the widgets are rendered to a texture and displayed in the browser with WebGL? Sockets are needed for mouse/keyboard fun?

    Comment


    • #3
      Originally posted by Kemosabe View Post
      So the widgets are rendered to a texture and displayed in the browser with WebGL? Sockets are needed for mouse/keyboard fun?
      Well, it is Quick Controls 2, so it is rendered in QML to an OpenGL scenegraph which I assume instead of being rendered locally is sent over WebGL. That should make the performance better for things like animating large images such as photos, though for single character changes in the text-editor it still looks pretty slow.

      Comment


      • #4
        Can someone explain what that even is? Is for remote desktop? VNC?

        This is confusing.

        Comment


        • #5
          Originally posted by RealNC View Post
          Can someone explain what that even is? Is for remote desktop? VNC?

          This is confusing.
          Yep, but unlike VNC which copies pixel data rendered on the server, this sends GL commands through the network (hence much less bandwidth is necessary); a web browser can then render the result of these commands on the client. It's more similar to a modernized remote X11.

          Comment


          • #6
            libreoffice online could be made with this.

            Comment

            Working...
            X