A simple class for creating and interacting with windows, using the GLFW library.
Definition WindowManager.hpp:22
Wrapper class for Assignment 4.
Definition assignment4.hpp:14
InputHandler inputHandler
Definition assignment4.hpp:34
~Assignment4()
Default destructor.
Definition assignment4.cpp:34
WindowManager & mWindowManager
Definition assignment4.hpp:35
void run()
Contains the logic of the assignment, along with the render loop.
Definition assignment4.cpp:40
GLFWwindow * window
Definition assignment4.hpp:36
FPSCameraf mCamera
Definition assignment4.hpp:33
Definition assignment2.hpp:12