Difference between revisions of "Cocoa"
Jump to navigation
Jump to search
(5 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
The Predcessor to Cocoa was [[OpenStep]]. | The Predcessor to Cocoa was [[OpenStep]]. | ||
+ | |||
+ | ===Cocoa/GNUstep API Compatiblity map=== | ||
+ | |||
+ | [[ApplicationKitCompatibility|Application Kit compatibility]] | ||
===Cocoa/GNUstep relationship=== | ===Cocoa/GNUstep relationship=== | ||
[[Image:GNUstep_and_Cocoa.png|Created by [[http://mediawiki.gnustep.org/index.php/User:Stefan_Urbanek]]Stefan Urbanek]] | [[Image:GNUstep_and_Cocoa.png|Created by [[http://mediawiki.gnustep.org/index.php/User:Stefan_Urbanek]]Stefan Urbanek]] | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 13:09, 6 January 2007
From the Apple site: Cocoa is an object-oriented application environment designed specifically for developing Mac OS X-only native applications. The Cocoa frameworks include a complete set of classes, and for developers starting new Mac OS X-only projects, Cocoa provides the fastest way to full-featured, extensible, and maintainable applications. You can bring applications from UNIX and other platforms to Mac OS X quickly by using Cocoa to build state-of-the-art Aqua user interfaces while retaining most existing core code.
More detailed information can be found at http://developer.apple.com/cocoa/
The Predcessor to Cocoa was OpenStep.