The game loop is just that: a loop.
简单来说,游戏主循环就是一个循环过程。
A game loop has more to it than you think.
游戏循环比你想象的要复杂。
何为游戏循环?
This sequence is handled through the game loop.
这序列就是通过游戏循环来实现的。
Game loop latency is not a single constant and varies over time.
游戏循环延迟不是一个单一的常数并会随着时间的推移而异。
The game loop is the heartbeat of every game, no game can run without it.
游戏循环就像心跳,没有游戏能离开它。
For example, implementing a replay function in this kind of game loop is easy.
比如,在这样的游戏循环下实现一个重播的函数并不难。
With this kind of game loop, the implementation of update_game will stay easy.
在这种游戏循环下,update_game的实现能保持简单。
With this kind of game loop, the implementation of update_game will stay easy.
在这种游戏循环下,update_game的实现能保持简单。
应用推荐