Linked by Thom Holwerda on Mon 26th Sep 2011 20:52 UTC
Thread beginning with comment 490832
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
The browser support could be pretty cool, but I wonder how it's implemented. If it's simply drawing into a and sending back the mouse/keyboard events, then this isn't that impressive really. If the GUI is being rendered with actual markup, that would be very impressive indeed. I suspect the truth might lie somewhere between these two possibilities. Anyway, I'd love a little technical insight into what's happening behind the scenes.
It's the former - client-side code that communicates with the Gtk+ code running on the server, and renders to an HTML canvas. A nice trick, but you're right - not all that impressive.




Member since:
2011-04-15
The browser support could be pretty cool, but I wonder how it's implemented. If it's simply drawing into a <canvas> and sending back the mouse/keyboard events, then this isn't that impressive really. If the GUI is being rendered with actual markup, that would be very impressive indeed. I suspect the truth might lie somewhere between these two possibilities. Anyway, I'd love a little technical insight into what's happening behind the scenes.