FPS Counter

1/delta is FPS.

The delta isn’t there to tell you the FPS though. I’d say two main uses ( amount many others ) would be:

  1. Input to finterp ( vinterp / rinterp etc ) for animating objects / components

  2. If you have done (1), you can use delta to make the animation rate the same on any hardware, regardless of their FPS.