Hi,

  That cocoa driver was actually maintained outside the official
repository. It was a brave initiative by Heesob Park, but he did not have
the time necessary to complete it. So I leave it outside.

  If you want to give it a try that's great news. I would love to help you
understand the driver needs. But I don't have a Mac here regularly to test
it. Although I may get access to one from time to time.

  That code is now outdated. You could use it as a basis, but there will be
some changes, although not many in the driver structure.

  There are only a few essential modules. All the controls are not
necessary to be implemented in the first instance. You can just comment
their registration in iup_register.c.

  The essential driver modules are:

iup*_common.c
iup*_dialog.c
iup*_font.c
iup*_loop.c
iup*_open.c

  Then

iup*_key.c
iup*_focus.c
iup*_draw.c

  Please take a look.

Best,
Scuri


On Wed, Jul 22, 2015 at 5:18 PM, Eric Wing <ewmail...@gmail.com> wrote:

> I found a Mac/Cocoa repo of Iup linked to on the main page. It is from
> 2010. I also noticed the 3.0 release from 2010 had those exact same
> files. They now seem to be removed from the official repo.
>
> If I wanted to take an initial stab at getting some minimal Cocoa
> backend working with Iup, how would you recommend I approach it?
>
> Thanks,
> Eric
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to