# Computer_graphic **Repository Path**: chuyuxuan/computer_graphic ## Basic Information - **Project Name**: Computer_graphic - **Description**: 存放openGL 和openCV - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Computer_graphic #### 介绍 本仓库存放了我编译好适用于`Vistual Studio 2019`的`openGL`库,省去了安装CMake等一些列的麻烦事儿。 #### 项目架构 ``` ├─opengl32.dll #这个要放到windows/system32文件夹里 ├─src | └glad.c ├─lib | └glfw3.lib ├─include | ├─KHR | | └khrplatform.h | ├─GLFW | | ├─glfw3.h | | └glfw3native.h | ├─glad | | └glad.h ``` #### 安装教程 请转到我的 [博客](https://chuyuxuan.xyz)