opengl : How to install it
'opengl' is a open source graphic library for showing something nice in your computer. Of course you can use some of engines like Unreal Engine4 or Unity for showing graphics. But it is much better to learn opengl for student who want to study or want to get a scheme of graphics. You can learn and understand 'lighting', 'shadowing', 'shading', '3D geometry', and a lot of other things deeper (but not easier) than just using engine. This is the post for how to install opengl in visual studio. The 'khronos' group offers some of files which can be used to build library for opengl in your computer environment. You can use those file by using 'cmake' software. But there's already files builded for specific environment like '64bit visualstudio 2013'. Here's link you can get files for setting opengl in visual studio https://drive.google.com/file/d/1cMGeEtJSj3EsLywZV0dGABzYixL_9oR9/view?usp=sharing After unzip f...