Compile Qt C++ to webasm?
-
Has any infrastructure been set up to not just compile C++ to web assembly but also make it possible to construct a Qt user interface within the web browser?
-
Has any infrastructure been set up to not just compile C++ to web assembly but also make it possible to construct a Qt user interface within the web browser?
@Publicnamer
Not sure what you mean by this? A Qt WASM application has whatever UI interface you designed, shown within a web browser for user interaction. -
@Publicnamer
Not sure what you mean by this? A Qt WASM application has whatever UI interface you designed, shown within a web browser for user interaction.@JonB What I mean is, I'd like to represent a Qt UI pixel for pixel within the browser rather than reinvent the wheel with HTML code, which will not look the same and would have to be maintained separately from a non-web Qt app.
-
@JonB What I mean is, I'd like to represent a Qt UI pixel for pixel within the browser rather than reinvent the wheel with HTML code, which will not look the same and would have to be maintained separately from a non-web Qt app.
@Publicnamer Then like I said look at Qt WebAssembly.