[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] OSX sprite flickering
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] OSX sprite flickering
- From: René Dudfield <renesd@xxxxxxxxx>
- Date: Tue, 20 Jan 2009 19:39:31 +1100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Tue, 20 Jan 2009 03:39:38 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Etm4TIG/+WYLd8J5QokzirEnJ+eUrV6HzUHu5FVgQLs=; b=WGhhALFf9pAg3Jt086WRtuCAnSt4KH8WZL1I8YIvSYJzgn7ce4jjCk4D4bL5EUhhYy C8OOxsL4lnGqQUkaRocTozWSmY3ao8XT07pMjfct6Y7VtwWyXByUWJe6ZhgkSW5lBOYe 3SPeaI+je5KAqXj6t8+Fl7fIngrQv0t5hspzI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=q/qIPxnCNjHPTQrwUjQxDDJvYfRB93fkWS4eilJgvFYg8KkF3Xx5Dc035TlgGKfAcH /IV9WF4w7XOVE1m15NDN2Ndxfz5+84KPGnRzIRrniXDpjA+FT7KNSxqU3o7b68St4G/u BpZMr/9FigubXuhCQVL1+pIyU73FJWtSuW3Jk=
- In-reply-to: <F80C4645-09E0-43B8-A34D-8737FAD91B66@xxxxxxxxx>
- References: <F80C4645-09E0-43B8-A34D-8737FAD91B66@xxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
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 <daniel@xxxxxxxxx> 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
> daniel@xxxxxxxxx
>
>
>
>