Skip to content

FreeD v0.0.15 - Creating a Game Engine 1

Compare
Choose a tag to compare
@DesertCookie DesertCookie released this 04 Feb 13:35
· 2 commits to master since this release

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