hi, does examples/test_sprite.py flicker as well?
It might be a double buffer Vs singler buffer issue... or maybe an error in your code, or a bug in the sprite code. Checking the example will eliminate some of those possibilities. cheers, On Tue, Jan 20, 2009 at 6:27 PM, Daniel Mateos <[email protected]> wrote: > Hey all, im getting this weird issue where my sprites flicker in OSX, > especially when i add a bunch of new sprites and do some updates to the > display. > > Code at http://github.com/dmateos/pybang/tree/master will duplicate the > issue, i have tested it on Linux/Windows and it works fine. > > > Daniel Mateos > [email protected] > > > >
