3d in WebAssembly
Solved
Qt for WebAssembly
-
wrote on 16 Oct 2020, 17:27 last edited by
-
I was wondering when I use web-assembly which 3D API (OpenGL, OpenGL ES, Vulkan) should I use? or it is based on WebGL?
-
are OOpenGLContext and QOpenGLFunctions supported by web-assembly?
-
Am i able to use threads (specially for rendering)?
-
-
wrote on 18 Oct 2020, 20:26 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.
2/2