(Untitled)

Apr 05, 2010 01:16

I came home last Monday. Mum decided she was too exhausted to drive me, but offered to pay for my train ticket. This turned out to be a good thing: the ticket-seller at Canley station told me how to save £7 on these journeys in future. I get two tickets, one to Cheltenham spa and the other from there to Bristol (or to Coventry or Canley, in the ( Read more... )

Leave a comment

Comments 2

draknek April 5 2010, 01:08:03 UTC
The go-via-Cheltenham advice is potentially useful, thanks!

I think you should profile Roly-Poly Samurai: either with one of the built-in profilers (http://docs.python.org/library/profile.html) or just with start/stop getTime information to get a broad overview of time spent in each section.

I find it very difficult to believe that Python itself is so slow that this simple game would cause problems.

Reply

weirdofreak April 5 2010, 19:02:32 UTC
Preliminary analysis seems to indicate that image.blit() is too slow - to get 60fps, I'd need no more than six images per frame, not counting time to do other stuff.

If you want to look at the data yourself: http://philh.net/balance.profile

Reply


Leave a comment

Up