https://github.com/mengps/opengl-totural
学习opengl一系列教程
https://github.com/mengps/opengl-totural
assimp glfw glm glsl opengl totural
Last synced: 10 months ago
JSON representation
学习opengl一系列教程
- Host: GitHub
- URL: https://github.com/mengps/opengl-totural
- Owner: mengps
- Created: 2018-10-28T08:49:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T12:41:58.000Z (over 6 years ago)
- Last Synced: 2025-05-05T22:13:24.601Z (about 1 year ago)
- Topics: assimp, glfw, glm, glsl, opengl, totural
- Language: C++
- Homepage:
- Size: 17.6 MB
- Stars: 5
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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而编写,难免有很多不足之处,还望多多指正。