3D With Web Assembly
Unsolved
Qt for WebAssembly
-
Hello, Is it possible to make 3D application with WebAssembly for QT ? thx
-
QtQuick3D works!
https://lpotter.github.io/particles3d/particles3d.html -
AFAIK, Qt3D no more depends on OpenGL: instead it renders via RHI backend.
So, is it possible now to make Qt3D work on WebAssembly? -
Probably not, as Qt3D makes liberal use of threads, and webassmbly (WebGL) only works in the main thread (WebWorker)