https://github.com/navono/learn_computer_graphics
https://github.com/navono/learn_computer_graphics
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navono/learn_computer_graphics
- Owner: navono
- Created: 2021-07-19T08:13:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T05:35:05.000Z (almost 4 years ago)
- Last Synced: 2025-12-19T21:56:00.357Z (6 months ago)
- Language: C
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn computer graphics
A demonstration of learning computer graphics from [learnOpenGL](https://learnopengl-cn.github.io/).
## conan
> conan install .. -pr=debug
>
> conan install .. --build missing -s build_type=Debug
>
> conan install .. --build=quill -s build_type=Debug
>
> conan install .. --build=quill -pr=debug
### conan 配置
见 [gist](https://gist.github.com/navono/4f7671fe8e350885e500c2b12ca45a0d)
## 编译器
VS 2019
## Clion
在 `CMake` 中增加 `RelWithDebInfo`。