An open API service indexing awesome lists of open source software.

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一系列教程

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而编写,难免有很多不足之处,还望多多指正。