All public logs
Combined display of all available logs of C# Gamedev Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:14, 9 June 2024 Winkio talk contribs created page Category:Camera (Created page with "Category:Graphics")
- 18:24, 9 June 2024 Winkio talk contribs created page Camera (Created page with "A camera is an object with functionality that supports viewing the game world from a specific position and orientation. Cameras can be fixed in place, or move dynamically, and many games have sophisticated camera systems that include collision and physics. Category: Camera")
- 12:05, 9 June 2024 Winkio talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: ")
- 12:04, 9 June 2024 Vnfgg talk contribs changed group membership for Winkio from (none) to administrator, interface administrator and bureaucrat
- 10:35, 9 June 2024 Winkio talk contribs created page 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...")
- 11:30, 7 June 2024 User account Winkio talk contribs was created
- 05:26, 7 June 2024 MediaWiki default talk contribs created page Main Page