[pygame] New tool for building Windows installers

2014-04-26 Thread Thomas Kluyver
Hi all, I'd like to invite people to test out Pynsist, my new open source tool to build Windows installers for Python applications. For instance, this is all I had to write to make an installer for the 'Aliens' example included in pygame:

[pygame] Strange performance in blit

2014-04-26 Thread bw
Howdy, folks, I am getting some strange behavior in Surface.blit(). This is a mystery. I blit a collection of images to to fill the screen. If I pan left or right even one pixel, blit consumes nearly 4x the CPU. It is only left or right: if I pan up or down performance is not impacted. I've

[pygame] Re: Strange performance in blit

2014-04-26 Thread bw
Whoops. Forgive my haste and loss of focus right before sending that. There is a mistake. Change line 89: costs = [] to costs_per_screen = [] Gumm On 4/26/2014 18:01, bw wrote: Howdy, folks, I am getting some strange behavior in Surface.blit(). This is a mystery. I blit a collection of