VisLU Flow 0.1
|
two important components of the system, the renderer and the window. More...
Static Public Member Functions | |
static void | initialize () |
sets up important stuff for the application | |
static void | deinitialize () |
cleans up the application | |
static void | start () |
starts the application | |
static Renderer & | getRenderer () |
returns the Renderer | |
static Window & | getWindow () |
returns the Window |
two important components of the system, the renderer and the window.
void Engine::deinitialize | ( | ) | [static] |
cleans up the application
Deletes renderer and window.
void Engine::initialize | ( | ) | [static] |
sets up important stuff for the application
Init renderer and window.
void Engine::start | ( | ) | [static] |
starts the application
Opens the window.