4

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?

andyvn22
  • 14,453
  • 1
  • 46
  • 74
snitko
  • 9,407
  • 10
  • 59
  • 89

3 Answers3

2

Check out SproutCore and ExtJS.

Marc W
  • 18,589
  • 4
  • 56
  • 71
  • 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 Dec 29 '09 at 22:41
  • 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 Dec 29 '09 at 22:49
1

If you're looking for drawing frameworks, it will be worth checking out Raphael, which you could use in conjunction with the UI widgets provided by the frameworks Marc mentioned.

Griff
  • 100
  • 8
-1

Are you aware that http://gomockingbird.com/ is actually built with Cappucino & Objective-J?

Deniz
  • 1,331
  • 3
  • 14
  • 20