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

https://github.com/qchen-fdii-cardc/opengl-learning

OpenGL Learning Notes
https://github.com/qchen-fdii-cardc/opengl-learning

c cpp opengl

Last synced: 3 months ago
JSON representation

OpenGL Learning Notes

Awesome Lists containing this project

README

          

# OpenGL 学习笔记

## 计划赶不上变化

0. [C/Cpp开发OpenGL程序所需要的亿点点基础](./yidiandian.md)
1. [文本渲染](./renderText.md)
2. [ImGui的例子]()
3. [GLFW 库介绍(未完成)](./GLFW.md)
4. [GLEW 库介绍(未完成)](./GLEW.md)
5. [FreeType 库介绍(未完成)](./FreeType.md)
6. [几何变换(未完成)](./geometryTransform.md)
7. [光照(未完成)](./lighting.md)
8. [纹理(未完成)](./texture.md)
9. [模型加载(未完成)](./modelLoading.md)

## 代码库

- [OpenGL 学习笔记](https://github.com/qchen-fdii-cardc/OpenGL-Learning)
- [imgui-examples]()