1.安装新版的opengl
windows自带的是1.0,但只要装显卡驱动,opengl就会被自动更新。
2.装glut
这个是opengl的封装。
3.glew
https://sourceforge.net/projects/glew/files/glew/1.9.0/glew-1.9.0-win64.zip/download
bin/glew32.dll | to | %SystemRoot%/system32 |
lib/glew32.lib | to | {VC Root}/Lib |
include/GL/glew.h | to | {VC Root}/Include/GL |
include/GL/wglew.h | to |
{VC Root}/Include/GL |