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

15,574

Solution 1

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.

Solution 2

EasleJS is a great framework!

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

Share:
15,574
Per Arneng
Author by

Per Arneng

Updated on June 20, 2022

Comments

  • Per Arneng
    Per Arneng almost 2 years

    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.

  • Lorenz Lo Sauer
    Lorenz Lo Sauer almost 12 years
    I assumed the OP asks about replacing classical GUIs with Canvas based web-GUIs of which Cappuccino, at least to some extend, classifies. Actually, would you let me know how you interpreted the question?