How would one go about using the clock function to smooth the FPS?
I was thinking of having it increment or decrement a delay loop, per tick, so that if the framerate increased beyond 60 FPS it would increase the delay by some proportionate amount, and if it fell below 60 FPS it would decrease the delay.
Thoughts? Is there a canonical way of doing this?