FreeD v0.0.15 - Creating a Game Engine 1
In this episode, I'm setting up the IDE project and start working on the game engines base mechanics: The window creation, a game state system and the game loops.
Added classes: Display, Game, GameScene, GameSceneHandler, InputHandler,
MasterRenderer, Settings