views:

40

answers:

2

I want to build a web app using either canvas or SVG. But I would like to use a library that gives me some pre-made ui components like file menus or forms.

What are some of the libraries out there that could accomplish this with either of these technologies?

+1  A: 

Mocha ui uses Canvas and is probably the closest to having good file menus and forms: http://mochaui.org/

Some other things to look at:

http://raphaeljs.com/ - Raphael for SVG

https://bespin.mozillalabs.com/ - Mozilla Bespin premade code editor for Canvas

Simon Sarris
A: 

If you don't want to use HTML for the widgets, then have a look at the pergola framework which is based on svg (has menus, windows, widgets etc).

Erik Dahlström