首先, 为了方便大家,我已经把打包好的include和lib文件夹上传到了百度网盘,如果你的环境和我相同的话可以直接下载然后放入你的项目最后进行项目配置即可!下载好如下的安装包后,完成以下的 “创建项目” 步骤后,跳过 “下载依赖”,直接进行 “配置项目” 即可
链接:https://pan.baidu.com/s/11fg14FnIlWCdEIoY67WU4g,提取码:z303
简单的介绍
GLEW (OpenGL Extension Wrangler)
- Cross platform
- Open source
- C/C++ extension loading library
GLM (OpenGL Mathematics)
- A header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications
https://glm.g-truc.net/0.9.9/index.html
GLFW
- Open source
- Multi platform
- Provides a simple API for creating windows, contexts and surface, receiving input and events.
- Similar to GLUT/FreeGLUT
创建项目
这是基于Windows10平台下,使用Visual Studio 2019完成的
选择创建一个C++的空项目
这里我放置在了桌面上,命名项目为 OpenG