[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: contribute to pygame... Some fun projects to do for pygame 1.9. was Re: [pygame] Bundling Pygame documents



On Sun, Jan 11, 2009 at 9:40 PM, René Dudfield <renesd@xxxxxxxxx> wrote:
Indeed.  It might be a good idea to try and remove as much of the
macosx.py that is there as possible... then try and add in what you
need until it is working.

I tried that ages ago - basically just hoping everything pyobjc had been used for had all been made obsolete with SDL revisions or something - but it seems that every bit of functionality of macosx.py is needed... it all basically stems from the same core issue though, that SDL was designed to own the startup of your program and call your SDL_main routine. But nothing too hard to replace with objective-C I'm sure.