# GraphicAlgorithm **Repository Path**: Niceclap/GraphicAlgorithm ## Basic Information - **Project Name**: GraphicAlgorithm - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-13 - **Last Updated**: 2022-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![GitHub stars](https://img.shields.io/github/stars/AngelMonica126/GraphicAlgorithm.svg?style=flat-square)](https://github.com/AngelMonica126/GraphicAlgorithm/stargazers) [![GitHub issues](https://img.shields.io/github/issues/AngelMonica126/GraphicAlgorithm?style=flat-square)](https://github.com/AngelMonica126/GraphicAlgorithm/issues) [![GitHub forks](https://img.shields.io/github/forks/AngelMonica126/GraphicAlgorithm?style=flat-square)](https://github.com/AngelMonica126/GraphicAlgorithm/network) [![GitHub last commit](https://img.shields.io/github/last-commit/AngelMonica126/GraphicAlgorithm?style=flat-square)](https://github.com/AngelMonica126/GraphicAlgorithm) :octopus: :octopus: :octopus: 本项目会复现或者解析一些经典有趣的图形学论文(#^.^#) # 论文解析地址 [知乎:Monica的小甜甜](https://zhuanlan.zhihu.com/p/357265599) # 项目配置 * 首先克隆本项目到本地 * 下载GraphicSDK https://pan.baidu.com/s/1V67KKqjsypsHSs3LmQP83g 密码: 1234 (git lfs一直抽风),然后将其解压到GraphicAlgorithm目录下即可 * 用管理员的权限运行 Graphic.bat 以自动配置环境变量 * 在项目中选择Frame点击生成以生成动态链接库(这是把Opengl进行了稍微封装的引擎,简化了很多比如创建帧缓冲的代码) * 如果跑不起来那一定是环境配置有问题,我尽量都配置的Release版本,**如果想要在Debug下进行调试需要把每个项目下的属性->连接器->常规../x64/Release改为../x64/Debug;在把每个项目下属性->连接器->输入里面的glew32.lib 改为glew32d.lib即可,反之改回去就好**