dagon.core.application

Base class to inherit Dagon applications from.

Members

Classes

Application
class Application

Base class to inherit Dagon applications from. Application wraps SDL2 window, loads dynamic link libraries using Derelict, is responsible for initializing OpenGL context and doing main game loop.

Enums

DagonEvent
enum DagonEvent
Undocumented in source.

Functions

exitWithError
void exitWithError(string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

GLErrorStrings
enum string[GLenum] GLErrorStrings;
Undocumented in source.

Meta