On Apr 24, 9:59 pm, Leonardo Santagada <[email protected]> wrote: > Any news on this? How about merging it back in pyglet trunk?
The ubiquitous send_message() weirdness that I am using in the cocoa- ctypes clone seems like it would not be very maintainable to me, so I don't think it would be a good idea to merge it into the trunk as it is. I could be wrong though. I've been working on creating a more pythonic interface for the Objective-C bridge code. Ideally I would like it to be as indistinguishable as possible from the equivalent PyObjC code. The current work on the bridge is now located here (because I keep deciding to change the project name): http://code.google.com/p/cocoa-python/ I've redone the cocoa port using the new interface, which looks much nicer, but I need to spend more time testing it, and there are pieces that still do not look so great. Unfortunately, between PyWeek and my non-programming related job, I haven't had a lot of time to work on it lately. -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
