OpenGLGUI

Default (and at the moment, only) Despiker GUI, based on SDL and OpenGL, using dimgui.

Constructors

this
this(Logger log, Despiker despiker)

Construct the GUI.

Destructor

~this
~this()

Destroy the GUI. Must be called to properly free GL resources.

Members

Functions

run
void run()

Run the GUI (its event loop).

Inherited Members

From DespikerGUI

run
void run()

Run the GUI (its event loop).

Meta