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,696
  • 1
  • 52
  • 74
orion3
  • 9,797
  • 14
  • 67
  • 93

3 Answers3

2

Check out SproutCore and ExtJS.

Marc W
  • 19,083
  • 4
  • 59
  • 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). – orion3 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,481
  • 3
  • 16
  • 21