Linked Questions
17 questions linked to/from What should a main game loop do?
0
votes
1
answer
924
views
How to make async step timing (game loop) using Box2D and C++
I'm making a game in C++ using Box2D and WebSocket++. The world needs to updated every 1/60 second. Meanwhile the WebSocket server handles players. How I should ...
0
votes
0
answers
407
views
Game loop implementation
I'm implementing simple Windows game. Here is my game loop, which I've written based on some tutorials found on the Web:
...