score icon indicating copy to clipboard operation
score copied to clipboard

Remote Control: run with the webGL backend

Open thibaudk opened this issue 3 years ago • 2 comments

Removes the need for writing a server, compiling to wasm, finding IP and ports as it will run locally, in a QProcess for example.

Might it also take a load off the remote device and improve responsiveness, as it will only be a display ?

thibaudk avatar Dec 13 '21 16:12 thibaudk

could this be a solution ? https://stackoverflow.com/questions/40348044/executing-a-qt-application-inside-qt-application/40358358#40358358

thibaudk avatar Feb 15 '23 11:02 thibaudk

hmmmm how so ? I think the webgl backend is only for qt quick... right now for remote control what I'm aiming for is that one could use the wasm version to control something on the same network, it's almost working

jcelerier avatar Feb 17 '23 20:02 jcelerier