I’m currently working on sprite sheet tool in python that exports the organization into an xml document but I’ve run into some problems trying to animate a preview. I’m not quite sure how to time the frame rate with python. For example, assuming I have all of my appropriate frame data and drawing functions, how would I go about coding the timing to display it at 30 frames per second (or any other arbitrary rate).
I’m currently working on sprite sheet tool in python that exports the organization into
Share
The easiest way to do it is with Pygame:
The second easiest way to do it is manually: