Software:Cocoa Sharp
From HandWiki
Short description: Software framework for OS X
Cocoa# (CocoaSharp) is a bridge framework on OS X to allow applications developed with the Mono runtime to access the Cocoa API. It provides direct access to the Cocoa API using a dot notation familiar to languages working on the Mono runtime such as C#.[1] Cocoa# is currently being included in the Mono distribution for OS X.[2]
It has not seen any development since 2008 and is considered deprecated.[3]
Releases
Some significant releases were the initial release of 0.1 on August 12, 2004,[4] and release 1.0.6 released on February 18, 2005 where the Cocoa# libraries were functional enough to include in the Mono distribution.[5]
See also
- Cocoa (API)
- Mono
- RubyCocoa
- CamelBones
- PyObjC
- Monobjc
- NObjective
References
- ↑ "Xamarin.Mac | Mono". http://www.mono-project.com/CocoaSharp#Developing_Applications_for_Mac_OS_X.
- ↑ "Xamarin.Mac | Mono". http://www.mono-project.com/CocoaSharp#Installing_CocoaSharp.
- ↑ "MacOS | Mono". http://www.mono-project.com/Mono:OSX#Building_Client_Applications.
- ↑ "Cocoa# is Shaping up; First Screenshots Available – OSnews". http://www.osnews.com/story/8023.
- ↑ "CocoaDev: CocoaSharp". Archived from the original on 2007-10-12. https://web.archive.org/web/20071012100945/http://www.cocoadev.com/index.pl?CocoaSharp. Retrieved 2008-09-06.
External links
- , at Mono project