Skip to content

mochazi/LearnOpenGL-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL学习笔记

参考视频

LearnOpenGL文档学习【完结】

参考仓库

start-learning-opengl

LearnOpenGL

编译环境

msys2一键安装

  • 由于手动编译assimp耗时比较久,默认使用msys2的mingw-w64-x86_64-assimp
  • 如果assimp无法使用,可考虑ext/CMakeLists.txt开启手动编译
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-assimp mingw-w64-x86_64-cmake mingw-w64-x86_64-bzip2 mingw-w64-x86_64-glm mingw-w64-x86_64-glfw

编译环境 项目使用版本
gcc 13.1.0
g++ 13.1.0
cmake 3.24
bzip2 1.0.8

第三方库

库名 项目使用版本
glad gl4.6-core
glfw 3.3.8
glm 0.9.9.8
imgui v1.78
assimp v5.2.5

克隆仓库

git clone --recurse-submodules git@github.com:mochazi/LearnOpenGL-Notes.git

查看子模块

git submodule

About

OpenGL学习笔记

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published