# OpenGL-Totural **Repository Path**: MenPenS/OpenGL-Totural ## Basic Information - **Project Name**: OpenGL-Totural - **Description**: 学习opengl一系列教程 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-13 - **Last Updated**: 2021-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenGL-Totural ### OpenGL系列教程源码 ------ ### 安装、配置 - glfw [GLFW下载](http://www.glfw.org/) - glad [GLAD下载](https://glad.dav1d.de/) - glm [GLM下载](https://github.com/g-truc/glm/) - assimp [ASSIMP下载](https://github.com/assimp/assimp/) ------ ### 示例 - OpenGL-Start 第一个窗口 - OpenGL-Triangle 旋转的三角形 - OpenGL-Cube 自由旋转的立方体 - OpenGL-Light 基础光照系统 - OpenGL-Material_Light 基础材质贴图和多种光源 - OpenGL-Model 模型加载 ------ 开发环境windows 7 VS 2017 `注意` 此教程仅仅是为了学习opengl而编写,难免有很多不足之处,还望多多指正。