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

https://github.com/leo6033/disc0ver-engine


https://github.com/leo6033/disc0ver-engine

cpp

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# disc0ver-Engine
## 项目简介

近期在看 LearnOpenGL,准备边看边写一个工程,最后整合为一个渲染引擎。

任务列表:

- [x] 基础图元绘制
- [x] 基础图元纹理加载
- [x] 模型加载
- [ ] 光照 shader 实现
- [ ] GUI实现
- [ ] 光线追踪

## 环境配置

项目用到的外部文件库

1. [glfw](https://www.glfw.org/download.html)
2. [glad](https://github.com/Dav1dde/glad)
3. [glm](https://github.com/g-truc/glm)
4. [stb](https://github.com/nothings/stb)
6. [imgui](https://github.com/ocornut/imgui)

## Reference
[LearnOpenGL 中文版](https://learnopengl-cn.github.io/)