operations

fps – how to divide count by time function to determine fps

fps – how to divide count by time function to determine fps Question: I have a counter working that counts every frame. what I want to do is divide this by time to determine the FPS of my program. But I’m not sure how to perform operations on timing functions within python. I’ve tried initializing …

Total answers: 5