![]() |
Rune Engine
Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
|
In order to start a new project, you have to create an entry point for the game and then load in the scenes you want to use.
Once you have created your entry point, go ahead and create some GameScenes to load into the rune::GameApplication.
To see how to create your own rune::GameScene, check out that programming guide.