OpenGL学习资料汇总
部分资料汇总:
- LearnOpenGL: https://learnopengl.com/Introduction
- LearnOpenGL-CN: https://learnopengl-cn.github.io/
- Sample CMake Project for OpenGL: https://github.com/Shot511/OpenGLSampleCmake
3D Model Viewer:
- https://3dviewer.net/ 在线3D Model Viewer [JavaScript]
- f3d: Windows/Linux端
- https://github.com/KhronosGroup/glTF-Sample-Viewer
OpenGL工程:
- GLFW: https://github.com/glfw/glfw
- glad: https://glad.dav1d.de/
- glm: https://github.com/g-truc/glm
- 文档:https://docs.gl/
Computer Graphics Application 4HW: