View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#7
Originally Posted by ErikHK View Post
juise: sorry, didn't see your reply. I had that timeout value at something like 50 at first, but just tried to make it as low as possible to see if that was the problem. Could the pygtk/cairo thing be really fast if coded properly btw? Pygame can be really fast if I understand you correctly..?
In pygame case you are probably seeing that the ball moves 10 times faster with your computer that with N900. It's because the computer is 10 times faster. Simulation doesn't take in account the actual (real) time between simulation ticks and there isn't any limit for ticks/second.