"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>



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to