August 2015
Beginner to intermediate
298 pages
5h 49m
English
There are several ways to set up an OpenGL project. Here, we create a sample project using Visual Studio 2013 or higher and provide a complete walkthrough for the first-time configuration of the OpenGL and GLFW libraries. These same steps can be incorporated into your own projects in the future.
Assuming that you have both Visual Studio 2013 and GLFW (version 3.0.4) installed successfully on your environment, we will start our project from scratch.
In Visual Studio 2013, use the following steps to create a new project and compile the source code:
Tutorial1 ...Read now
Unlock full access