FPS?

Is there an easy way to list the number of frames per second? Thanks. :smiley:

Link

If youโ€™re not using glut, replace glutGet(GLUT_ELAPSED_TIME) with with your platforms time-polling function.

N.