I have been working on a binding generator that can read MacOS header files 
and provide bindings for Objective-C interfaces and library functions. 
NSWrap can also automatically generate classes implementing one or more 
named protocols or subclassing a specified class.

The automatically generated Go types implement method inheritance, and 
overloaded method names are disambiguated. Variadic functions and methods 
are supported and pointers to pointers are converted into slices. You can 
create selectors (to assign actions to NSControl objects, for example) and 
access Objective-C memory management methods (other than Automatic 
Reference Counting), including AutoreleasePools.

An example Cocoa application is provided in 24 lines of Go code. A 
text-mode Bluetooth Low Energy heart rate monitor in pure Go is 127 lines. 
The official git repository is linked below. This is the first release, so 
expect plenty of rough edges.

https://git.wow.st/gmp/nswrap

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/15be0140-b994-4692-9062-4792be74a8f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to