Page 1 of 1

Game loop timing

Posted: Thu May 07, 2015 7:43 am
by jalih
Hi all,

I have changed my game loop time step from variable time step into fixed time step. Basically, it's playing catch-up by running update event at fixed update rate and if game time is getting behind the real time, it skips draw events.

Here are Windows binaries for testing purposes.

Let me know, how it works on your system.