Tidy Up GLFW and ImGUI code away from main.cpp
#1
Labels
formatting improvement
Refactoring code to improve clarity and/or efficiency
main.cpp
#1
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.The text was updated successfully, but these errors were encountered: