ProjectManager class

A single instantiated class to generate the ProjectManager GUI.

Constructors, destructors, conversion operators

ProjectManager()
Constructor for ProjectManager.
~ProjectManager()
Destructor for ProjectManager.

Public functions

auto init() -> bool
Initialises GLFW window and ImGui.
void run()
Runs the rendering loop and ImGui API calls take place here.
void end()
Terminates the window.