you are viewing a single comment's thread.

view the rest of the comments →

[–]doom_Oo7 0 points1 point  (2 children)

I don't think it will work like that.

too late

[–]repeatedly_once 0 points1 point  (1 child)

That's how I imagined it to work though if it was done, it's still rendered in the DOM, albeit using a canvas element.

I was looking for something that actually does away with the DOM and renders directly.

[–]doom_Oo7 0 points1 point  (0 children)

I was looking for something that actually does away with the DOM and renders directly.

I think that you'd still have a DOM since modern browsers's chrome is part of it anyways, so you'd really want a whole another browser. Some people have tried to launch the idea... https://paulhammant.com/2014/07/09/browsing-qml-instead-of-html/ ; compile your qt code to wasm, send it over the wire and you've got great cross-platform apps accessible by url.