You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
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