I would like to build an app which would be very similar to http://gomockingbird.com (will draw the mockups). Are there any other frameworks, besides Cappucino, for that? I dislike Objective-J syntax and built-in Cappucino pseudo-mac interfaces. Any suggestions?
views:
204answers:
2
+4
Q:
Are there any other frameworks (besides Cappucino) for building a desktop-like app in browser?
I've just had a brief look at them and it seems to me that both are more about interface elements, when I will need some drawing stuff (like Rectangles and Lines, for example).
snitko
2009-12-29 22:41:19
They are much more complicated than rectangles and lines. They are full UI frameworks complete with desktop-style widgets and their own event-handling styles that work in the same way as most desktop UI frameworks. I would suggest you look deeper into how they work.
Marc W
2009-12-29 22:49:27