https://github.com/leo6033/disc0ver-engine
https://github.com/leo6033/disc0ver-engine
cpp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leo6033/disc0ver-engine
- Owner: leo6033
- License: mit
- Created: 2020-09-12T06:28:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T05:40:49.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T22:51:58.072Z (12 months ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 65.9 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)