digitalmars.D.learn - Cocoa bindings?
- =?ISO-8859-1?Q?Alex_R=F8nne_Petersen?= <xtzgzorex gmail.com> Mar 01 2012
- James Miller <james aatch.net> Mar 01 2012
- Jacob Carlborg <doob me.com> Mar 02 2012
Hi, Are there any actively-maintained Cocoa bindings for D? -- - Alex
Mar 01 2012
On 2 March 2012 18:52, Alex R=C3=B8nne Petersen <xtzgzorex gmail.com> wrote= :Hi, Are there any actively-maintained Cocoa bindings for D? -- - Alex
Not as far as I know. You should make some! -- James Miller
Mar 01 2012
On 2012-03-02 07:40, James Miller wrote:On 2 March 2012 18:52, Alex Rønne Petersen<xtzgzorex gmail.com> wrote:Hi, Are there any actively-maintained Cocoa bindings for D? -- - Alex
Not as far as I know. You should make some! -- James Miller
Bindings and bridge: http://www.dsource.org/projects/dstep The bridge has been superseded by a fork of DMD which has language support for binding to Objective-C constructs. http://michelf.com/projects/d-objc/ I'm working on a new tool that will automatically create bindings for C and Objective-C headers: https://github.com/jacob-carlborg/dstep -- /Jacob Carlborg
Mar 02 2012








Jacob Carlborg <doob me.com>