I am designing a game in pygame at the moment and i was thinking how low my framerate was (an average of 7 fps). I investigated further and did convert_alpha()
for all my images and I wondered if there was a simple way to make it so that if nothing in the window had changed the frames would not update, therefore this may result in a higher framerate.
As I said earlier, I did convert_alpha()
to all of my images yet my framerate did not increase whatsoever. I have google other ways and I thought what I really needed was a program controlling whether or not I needed to update all the frames.
I just need some sort of program that can do this for me. Any sort of help would be greatly apprieciated!