Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any GUI toolkits built on top of HTML Canvas like swing,swt,gtk or qt? [closed]

Are there any GUI toolkits built on top of HTML Canvas like swing,swt,gtk or qt? So that it is possible to build applications like applets or flex gui:s inside the html canvas.

like image 292
Per Arneng Avatar asked Oct 15 '09 14:10

Per Arneng


2 Answers

Mozilla Labs' Bespin project currently uses their own toolkit called Thunderhead. It's written by and for the Bespin developers, but it's a separate project that could be used for anything. You will need a (free) Bespin account to try it, since there aren't any other projects that I know of that use it.

I've never used it, but I know it uses the DOM and a subset of CSS plus it's own CSS-like properties. I doubt the API is very stable though since it's experimental and evolves with the needs of the Bespin developers.

like image 64
Matthew Crumley Avatar answered Oct 20 '22 14:10

Matthew Crumley


EasleJS is a great framework!

http://www.createjs.com/#!/EaselJS

like image 35
Uriah James Rittenhouse Avatar answered Oct 20 '22 14:10

Uriah James Rittenhouse