graphic memory & animation

Fredrik Lundh fredrik at pythonware.com
Thu Oct 13 11:10:37 EDT 2005


"Peres" wrote:

> Python is great!... but the erasing of the graphic memory is slow (I used
> surf.fill from Pygame).

define slow.

> Does anyone know how to erase the screen faster, in animated graphics?

if you're doing animation on modern hardware, there's hardly any
reason not to use double buffering.  (and if you cannot get pygame
to do fast clear and copy operations, you must be using the wrong
API)

</F>






More information about the Python-list mailing list