[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Reducing memory usage in pygame



Hi everyone.

My pygame game uses individual PNG files for each cell of animation,
but I'm finding that for complex sequences this is taking up a lot of
memory (300mb+), as well as taking some time to load.

Any suggestions?

Luke