GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
1–10 of 21 posts
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#2Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#3I've been looking at Cappuccino since it does support stuff like tables with > 10.000 entries and 'complex' controls.
Now with GTK+ HTML5 support this might also be an avenue to explore.
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#4From looking at it, it seems that it doesn't - that it is running the app in the server and updating the screen in HTML5 canvas. It would be cool if it compiles the code to Javascript though... so that you get complete client side platform independent apps out of the current entire Gnome repository!
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#5Does it compile to native HTML5+Javascript? From looking at it, it seems that it doesn't - that it is running the app in the server and updating the screen in HTML5 canvas. It would be cool if it compiles the code to Javascript though... so that you get complete client side platform independent apps out of the current entire Gnome repository!
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#6Does it compile to native HTML5+Javascript? From looking at it, it seems that it doesn't - that it is running the app in the server and updating the screen in HTML5 canvas. It would be cool if it compiles the code to Javascript though... so that you get complete client side platform independent apps out of the current entire Gnome repository!
However, a project like GCC could certainly do that. If someone really wanted that to happen, they could add a Javascript code generator to GCC and pair that with GTK's HTML5 backend to produce something like what you want.
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#7Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#8I really want to start playing with this, is there any reason why it wouldn't work with the python GTK bindings?
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#9Does it compile to native HTML5+Javascript? From looking at it, it seems that it doesn't - that it is running the app in the server and updating the screen in HTML5 canvas. It would be cool if it compiles the code to Javascript though... so that you get complete client side platform independent apps out of the current entire Gnome repository!
Re: GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers
#10Basically, toplevel windows (i.e. GtkWindow) act as proxies for remote browsers.