Closed Behemyth closed 6 years ago
Initialize a window using the libraries you have linked to.
This is described using GLFW/GLAD https://learnopengl.com/Getting-started/Hello-Window
The GLFW Documentation also has a simple example. http://www.glfw.org/docs/latest/quick.html
Nothing should be displayed in the window by the end of this, but you should be able to close the window and exit the program without any runtime errors.
Initialize a window using the libraries you have linked to.
This is described using GLFW/GLAD https://learnopengl.com/Getting-started/Hello-Window
The GLFW Documentation also has a simple example. http://www.glfw.org/docs/latest/quick.html
Nothing should be displayed in the window by the end of this, but you should be able to close the window and exit the program without any runtime errors.