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

Re: [pygame] QuickDraw warning on Mac OS X



http://pymunk.googlecode.com/svn/tags/pymunk-0.8.1/docs/api/index.html

On Fri, Nov 28, 2008 at 8:39 PM, Joe Strout <joe@xxxxxxxxxx> wrote:
On Nov 28, 2008, at 9:26 PM, René Dudfield wrote:

this is a known issue.  Newer versions of SDL should fix this.
So for now, just ignore the warning.

Super, that's good enough for me.

For what it's worth, I've now modified pymunk's demo_slide_and_pinjoint sample so that both the tipping platform and the balls have some friction, and the balls are drawn with a rotation indicator, so I can actually see that they're rotating.  It all runs smoothly, behaves correctly, and I'm having a blast!

Now I just need to figure out how to play a little "bonk" sound when the balls collide.  Though pymunk's installation was a breeze and the examples are extensive, the documentation is a little... er... nonexistent, AFAICT.  Still, I'm happy to keep exploring, because doing so with this stuff is so much fun!

Cheers,
- Joe