最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

javascript - Are there any HTML5Canvas windowing system libraries (ala Qt, WxWidgets, etc)? - Stack Overflow

matteradmin6PV0评论

With the beginning of widespread HTML5 support and Canvas support, it seems that someone could create a desktop-esque windowing system library for RIAs. Something similar to Qt or WxWidgets. All the required parts seem to be there (runtime language: javascript, pixel drawing: canvas, even vector drawing with SVGs).

This seems to me anyway that it could be a huge leap for the ease of development of RIAs. Forget about classic HTML and styling, and simply create widgets like you would in a desktop application.

I have been searching around on the web for quite a while though and can't find anything that jumps out at me as fitting this description. Am I missing something or is there just nothing like this out there yet?

With the beginning of widespread HTML5 support and Canvas support, it seems that someone could create a desktop-esque windowing system library for RIAs. Something similar to Qt or WxWidgets. All the required parts seem to be there (runtime language: javascript, pixel drawing: canvas, even vector drawing with SVGs).

This seems to me anyway that it could be a huge leap for the ease of development of RIAs. Forget about classic HTML and styling, and simply create widgets like you would in a desktop application.

I have been searching around on the web for quite a while though and can't find anything that jumps out at me as fitting this description. Am I missing something or is there just nothing like this out there yet?

Share Improve this question asked Aug 1, 2010 at 16:20 AllenAllen 3,3745 gold badges33 silver badges52 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 4

I can think of SproutCore and Capuccino.

Post a comment

comment list (0)

  1. No comments so far