How to port Qt c++ desktop application with qwidget and qopenglwidget to qwebassembly ?
-
I have written a qt c++ desktop application which uses only qwidgets and qopengl widgets. Is it possible to port this application on qwebassembly and run it on web browsers ?
I need to access the input files to this application from the local and remote system directory.
Is it possible with qwebassembly ?
If yes could you please suggest me the steps to do that ? -
I have written a qt c++ desktop application which uses only qwidgets and qopengl widgets. Is it possible to port this application on qwebassembly and run it on web browsers ?
I need to access the input files to this application from the local and remote system directory.
Is it possible with qwebassembly ?
If yes could you please suggest me the steps to do that ?@QtVik said in How to port Qt c++ desktop application with qwidget and qopenglwidget to qwebassembly ?:
If yes could you please suggest me the steps to do that ?
I'm not an WebAssembly expert, but the first thing you can try is to install Qt for WebAssembly build and run your app and see what happens.