Книга: DirectX 8 Programming Tutorial
Game Loop
Game Loop
What is the game loop? Well, the game loop is a code loop that loops until the program is shut down. Inside the game loop is where it all happens: objects are drawn (rendered), game logic is processed (AI, moving objects and scoring etc) and Windows messages are processed. Then it's all done again until the program is closed down.
Оглавление статьи/книги
Похожие страницы