I only get about 30 fps with games like a screen changing colors in pygame. If i set the window size to 1000x1000 it barely runs at 5 fps. Or the simplest pymunk example scripts (Balls falling down on some platform) at 20 fps. Im running these scripts in the pycharm IDE.
Is there any general way to run Python scripts with better performance or is the framerate limited by Python being an interpreter language. Can i somehow "compile" the script or dedicate more RAM or more cpu cores.
Thanks for answers.
PS.: I hope i didn't ask something which wasn't asked before. Yes i saw the thread about some pygame-program running on low FPS but i believe it was more about the code itself.