Vs2019 nuget configuring OpenGL

The OpenGL library is not well configured, so we will configure it. The OpenGL library is not well configured. Before, the configuration libraries were all header files, and the libraries were a bunch of things to set up. Microsoft has come up with a great solution called NuGet


opens in the browse search nupengl, will find the following two packages
respectively selected two packages, click “install” on the right side. After installing both packages successfully, you will see that there are two more folders in the Packages folder under the project folder, which are the packages that we imported. Now you can use OpenGL functions by adding the corresponding header files in the program. There is no need to configure them in the project properties.

Read More: