Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved 3d in WebAssembly

    Qt for WebAssembly
    2
    2
    397
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pswin last edited by

      1. I was wondering when I use web-assembly which 3D API (OpenGL, OpenGL ES, Vulkan) should I use? or it is based on WebGL?

      2. are OOpenGLContext and QOpenGLFunctions supported by web-assembly?

      3. Am i able to use threads (specially for rendering)?

      1 Reply Last reply Reply Quote 0
      • lorn.potter
        lorn.potter last edited by

        WebGL is based on opengl es2, WebGL 2 is based on opengl es3. Emsripten (and therefor Qt WebAssembly) has support for both.
        Thread support in wasm is still experimental, there are limitations.

        Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
        Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

        1 Reply Last reply Reply Quote 1
        • First post
          Last post