• Stars
    star
    1,286
  • Rank 36,580 (Top 0.8 %)
  • Language
    C++
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐙 🐙图形学论文实现

GitHub stars GitHub issues GitHub forks GitHub last commit

🐙 🐙 🐙 本项目会复现或者解析一些经典有趣的图形学论文(#^.^#)

论文解析地址

知乎:Monica的小甜甜

项目配置

  • 首先克隆本项目到本地 git lfs clone [email protected]:AngelMonica126/GraphicAlgorithm.git(注意用到 git lfs clone指令,因为部分模型太大了放在LFS上面

  • 下载GraphicSDK https://pan.baidu.com/s/1XjYGrGhCO_KSqL7pCUzBrA 密码: 1234 ,然后将其解压即可

  • 管理员的权限运行GraphicSDK里面的 Graphic.bat 以自动配置环境变量

  • 在克隆好的项目中点击setup.bat生成vs环境(默认生成VS2017,可以用文本格式打开setup.bat用你自己的vs版本替代vs2017保存即可)

  • 在项目中选择Frame点击生成以生成动态链接库

  • 然后就可以运行其他的项目了~