Currently, the project is working on the GLFW/OpenGL3.0 example code, with most of the boilerplate and initializing code located in the main source file. This needs to be updated so that they should be contained within either a new source file and/or in the mainWindow class.
Currently, the project is working on the GLFW/OpenGL3.0 example code, with most of the boilerplate and initializing code located in the main source file. This needs to be updated so that they should be contained within either a new source file and/or in the
mainWindowclass.