Re: [Interest] Running Qt app in a browser

2016-04-26 Thread Jason H
> Sent: Monday, April 25, 2016 at 4:59 PM > From: "Larry Martell" <larry.mart...@gmail.com> > 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, > an

Re: [Interest] Running Qt app in a browser

2016-04-25 Thread Tony Rietwyk
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

Re: [Interest] Running Qt app in a browser

2016-04-25 Thread K. Frank
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

Re: [Interest] Running Qt app in a browser

2016-04-25 Thread Jérôme Godbout
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