Hello,
Recently I tried to get animations to work for the Mac OS X backend with the
new timer framework by implementing a TimerMac class that inherits from
backend_bases.TimerBase. This seems to work fine; the code is uploaded to SVN
if you'd like to try it.
I am not sure what to do about blit
On 10/15/2010 04:37 PM, Michiel de Hoon wrote:
> Hello,
>
> Recently I tried to get animations to work for the Mac OS X backend with the
> new timer framework by implementing a TimerMac class that inherits from
> backend_bases.TimerBase. This seems to work fine; the code is uploaded to SVN
> if