Are there any GUI toolkits built on top of HTML Ca

2020-02-08 06:16发布

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.

8条回答
萌系小妹纸
2楼-- · 2020-02-08 06:26

Raphael looks really interesting too.

查看更多
Rolldiameter
3楼-- · 2020-02-08 06:27

KineticJS and Three.js are both good ones. I am using KineticJS now and it makes life much easier especially for sprites/animations or general stuff you might use in games.

查看更多
萌系小妹纸
4楼-- · 2020-02-08 06:32

EasleJS is a great framework!

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

查看更多
够拽才男人
5楼-- · 2020-02-08 06:33

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.

查看更多
Ridiculous、
6楼-- · 2020-02-08 06:44

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.

查看更多
小情绪 Triste *
7楼-- · 2020-02-08 06:50

Canvas is NOT SVG. Read this link

Be aware that is noy fully supported by all browsers

查看更多
登录 后发表回答