![]() |
Rune Engine
Version 0.2.7-alpha
Documentation for how to make games using the Rune Engine.
|
You can use the Rune Engine API to create 2D games. This is the manual that will show you how to do that.
If it's your first time using Rune, you should check out the Programming Guides.
Visual Studio 2017 or 2019 is recommended. Rune is officially untested on other development environments and is only supported by Windows.
You can check out the latest release of the engine here: Engine Downloads
RUNE_PLATFORM_WINDOWS
in the preprocessor definitions of your project.#include <RuneEngine.h>
in the files using the engine.Found something that you think isn't working the way it's supposed to? Please submit a bug report on the github repository: Report an Issue