Game loop timing

Discuss any general programming issues here
Post Reply
jalih
Posts: 276
Joined: Fri Jun 18, 2010 8:08 pm
Location: Finland

Game loop timing

Post 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.
Post Reply