Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Creating your game

Samuel Rasquinha edited this page Jun 17, 2020 · 4 revisions

Here are the steps to creating a basic Game using GLGame

You need to inherit from the Game class to handle events and updates. Please look at the demos for more info.

Note :

Textures and Backgrounds can only be created after the Game is constructed. In the same fashion, Shaders need to be compiled after the Init() function is called and the Game is constructed

Clone this wiki locally