> That's about all there is. My current MO is a NodeJS REST server and AJAX to
> the various clients, in whatever they are (QML/HTML usually
I forgot, related to asm.js: I wanted to mention this blog post:
http://blog.qt.io/blog/2015/09/25/qt-for-native-client-and-emscripten/
__
> Sent: Monday, April 25, 2016 at 4:59 PM
> From: "Larry Martell"
> To: interest@qt-project.org
> Subject: [Interest] Running Qt app in a browser
>
> Is it possible to run a Qt app in a browser? I have googled for this,
> and found some hits, but none seen like
K. Frank said:
> Hi Larry!
>
> On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell
> wrote:
> > Is it possible to run a Qt app in a browser? I have googled for this,
> > and found some hits, but none seen like they ever worked out. The most
> > promising seems to be http://wiki.qt.io/Qt_for_Google_N
Hi Larry!
On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell wrote:
> Is it possible to run a Qt app in a browser? I have googled for this,
> and found some hits, but none seen like they ever worked out. The most
> promising seems to be http://wiki.qt.io/Qt_for_Google_Native_Client
> but the readme l
This shows that there is work in progress
blog.qt.io/blog/2015/09/25/qt-for-native-client-and-emscripten/
On Apr 25, 2016 11:12 PM, "Jérôme Godbout" wrote:
> Not a full solution, but just a thought, you could use some sort of CGI
> script to call your Qt Application backend?
>
> For the Gui, I w
Not a full solution, but just a thought, you could use some sort of CGI
script to call your Qt Application backend?
For the Gui, I wonder if rendering the image into a texture or an image.
Send the image to the client (delta compressed). Make the rendering into a
canvas and apply changed. You coul
Is it possible to run a Qt app in a browser? I have googled for this,
and found some hits, but none seen like they ever worked out. The most
promising seems to be http://wiki.qt.io/Qt_for_Google_Native_Client
but the readme link is broken, so that's discouraging. Anyone have any
pointers on if this