Re: future GTK+ rendering to browser



On 04/05/2010 08:34 AM, shakil anwar wrote:
> Is there anyone working on or planning to create a way to render GTK+
> UI's in a browser ? The benefits would be :

In practice conventional desktop apps don't translate directly to the
web very well, even with things like ajax.  Hence you're unlikely to
ever see a version of GTK that targets a web browser.

A far better solution is to write apps in a modular, flexible way, with
a clear delineation between front end and back end.  That way you can
easily move your app between platforms, UI tool kits, and even to the
web by writing a web UI that accesses your backend code via an exposed
service.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]