User contributions for Winkio
9 June 2024
- 14:3414:34, 9 June 2024 diff hist +1,241 Game Loop No edit summary
- 14:1014:10, 9 June 2024 diff hist +655 Game Loop No edit summary
- 13:5913:59, 9 June 2024 diff hist −7 Game Loop No edit summary
- 13:5913:59, 9 June 2024 diff hist −7 Main Page No edit summary
- 13:5813:58, 9 June 2024 diff hist +20 Main Page No edit summary
- 13:5713:57, 9 June 2024 diff hist −5 Game Loop No edit summary
- 13:3213:32, 9 June 2024 diff hist 0 Game Loop No edit summary
- 13:1913:19, 9 June 2024 diff hist +2 Game Loop No edit summary
- 12:4512:45, 9 June 2024 diff hist +41 Game Loop No edit summary
- 12:0612:06, 9 June 2024 diff hist +477 MediaWiki:Common.css No edit summary
- 12:0512:05, 9 June 2024 diff hist +50 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: "
- 10:3610:36, 9 June 2024 diff hist +12 Game Loop No edit summary
- 10:3510:35, 9 June 2024 diff hist +596 N Game Loop Created page with "A game loop is a continuous loop that runs an Update() method and a Draw() method. Below is the simplest example of a game loop: public void GameLoop { while (true) { Update(); Draw(); } } In practice game loops may have a lot more code. They may wait a certain amount of time between passes, do less processing on certain passes than others, contain exit logic, etc. There are two main types of game loops: Fixed Step - the loop processe..."
- 10:3210:32, 9 June 2024 diff hist +596 Main Page No edit summary