![]() |
VOOZH | about |
OpenGL is a 2D and 3D graphics API that provides a cross-platform application programming interface for a wide variety of computer platforms. It is operating system independent and has a transparent network. Application developers use it to develop high-performing and visually compelling graphics software applications.
Now let's jump into the setup of OpenGL. To do so follow the below steps:
Step 1: First we have to download Visual Studio 2019 for windows10.
Step 2: Now we have installed Visual Studio2019 from its downloaded the .exe file with Windows installer.
Select Visual Stdio community 2019 and click Modify, now select the required components as shown in below image and click install while Downloading :
It will take some time after it will be complete restart the computer after the installation take place.
Step 3:
Step 4: After this, we have to copy the file as instructed below:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\include\gl
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x64
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\VS\lib\x86
C:\Windows\SysWOW64
C:\Windows\System32
Take a look at the below video for installation:
Here is one sample code for running to check whether it is working or not
Output: