TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GTK+ 3.2 released - allows rendering applications in HTML5-capable web browsers

142 pointsby hoticeover 13 years ago

8 comments

albertzeyerover 13 years ago
About the HTML support: This only simply draws to a HTML canvas. This is mostly just a nice and simple hack but I doubt that people would use GTK now as an alternative to real web frameworks. I have seen similar hacks for VNC, X11 and other stuff.<p>This would be much more interesting if the GTK components map to real HTML elements.
评论 #3040148 未加载
评论 #3040719 未加载
评论 #3041157 未加载
MartinMondover 13 years ago
I've recently been looking for ways to do powerful admin interfaces quickly.<p>I've been looking at Cappuccino since it does support stuff like tables with &#62; 10.000 entries and 'complex' controls.<p>Now with GTK+ HTML5 support this might also be an avenue to explore.
评论 #3040409 未加载
nyellinover 13 years ago
For more on the HTML5 backend see <a href="http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/" rel="nofollow">http://blogs.gnome.org/alexl/2010/11/23/gtk3-vs-html5/</a><p>Basically, toplevel windows (i.e. GtkWindow) act as proxies for remote browsers.
altrego99over 13 years ago
Does it compile to native HTML5+Javascript?<p>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!
评论 #3039843 未加载
评论 #3039779 未加载
评论 #3039916 未加载
doctobogganover 13 years ago
The implications of this are incredible with tablet computers becoming more and more popular. QT is approaching this as well with their Lighthouse project but I think it is still a little ways off.<p>I really want to start playing with this, is there any reason why it wouldn't work with the python GTK bindings?
iamover 13 years ago
That's pretty cool and could be very useful, how is the performance if it's done over the internet as opposed to locally?
coobover 13 years ago
Are there demos anywhere, or does this need to be run locally?
评论 #3039985 未加载
评论 #3039952 未加载
vladsanchezover 13 years ago
This is EPIC! Amazing...