3D With Web Assembly
-
wrote on 27 Jan 2023, 09:22 last edited by
Hello, Is it possible to make 3D application with WebAssembly for QT ? thx
-
wrote on 31 Jan 2023, 00:57 last edited by
QtQuick3D works!
https://lpotter.github.io/particles3d/particles3d.html -
wrote on 6 May 2024, 15:38 last edited by
AFAIK, Qt3D no more depends on OpenGL: instead it renders via RHI backend.
So, is it possible now to make Qt3D work on WebAssembly? -
wrote on 8 May 2024, 03:11 last edited by
Probably not, as Qt3D makes liberal use of threads, and webassmbly (WebGL) only works in the main thread (WebWorker)