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.

link|improve this question

feedback

7 Answers

up vote 5 down vote accepted

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.

link|improve this answer
feedback

Actually, I'm developing one :D

http://code.google.com/p/jsool/

link|improve this answer
feedback

Take a look at Ample SDK JavaScript UI Framework. One of the UI technologies it enables cross-browser is XUL, styleable in CSS and programmable in JavaScript with XUL DOM or jQuery APIs. You can also create your own UI technology on top of the framework.

link|improve this answer
feedback

Check out http://www.byggbutikenonline.se/veGloss/ (works only in Chrome right now...)

link|improve this answer
feedback

Raphael looks really interesting too.

link|improve this answer
1  
Isn't that SVG, not canvas? – kangax Oct 15 '09 at 15:12
Yes it is. My bad. – hgimenez Oct 16 '09 at 12:08
feedback

Canvas is NOT SVG. Read this link

Be aware that is noy fully supported by all browsers

link|improve this answer
feedback

It seems, Cappuccino is what you want. But the speed isn't so impressive, not yet anyways.

http://cappuccino.org/learn/tutorials/

Take a look at the demos. I really hope the project will find the support it deserves.

Getting a firm overview of the best frameworks out there took me over a month. I will write a summary shortly.

link|improve this answer
Dude, read... – Tim Molendijk Oct 13 '11 at 23:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.