-
Notifications
You must be signed in to change notification settings - Fork 0
xzben/openGLStudy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1、GLFW https://www.glfw.org/download.html 跨平台的窗口库 本地路径 3rd\glfw 编译方法 安装 cmake 在 3rdlib\glfw\build 目录使用命令 cd 3rdlib\glfw\build cmake -S ..\..\..\3rd\glfw -B ./ 指定 vs版本 cmake -S ..\..\..\3rd\glfw -B ./ -G "Visual Studio 12 2013" 打开工程 GLFW.sln 工程文件,构建工程即可在src\debug 下获得 glfw.lib 库 2、glm 数学库 https://glm.g-truc.net/0.9.9/index.html 3、模型加载库 Assimp https://github.com/assimp/assimp/
About
我的openGL学习
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published