[Interest] Running Qt app in a browser

Gjergji Ramku gjergjiramku at gmail.com
Mon Apr 25 23:16:56 CEST 2016


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" <jerome at bodycad.com> 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 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 could send the mouse click from the client
> back to the application as JSON call to your CGI as relative coordinate and
> simulate them into the Qt application.
>
> This would be bandwidth intensive, but depending on what you try to
> achieve.
>
> On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell <larry.martell at gmail.com>
> 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 link is broken, so that's discouraging. Anyone have any
>> pointers on if this can be done and if so how?
>>
>> Thanks!
>> _______________________________________________
>> Interest mailing list
>> Interest at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160425/40e463bf/attachment.html>


More information about the Interest mailing list