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

https://github.com/navono/learn_computer_graphics


https://github.com/navono/learn_computer_graphics

Last synced: 2 months ago
JSON representation

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`。