Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Image Colorization | 811 | a month ago | 3 | |||||||
:books: A collection of Deep Learning based Image Colorization and Video Colorization papers. | ||||||||||
Graphicalgorithm | 786 | 2 years ago | 1 | mit | C++ | |||||
:octopus: :octopus:图形学论文实现 | ||||||||||
Paper Dashboard | 318 | 2 years ago | 21 | mit | CSS | |||||
Paper Dashboard is a Bootstrap Admin Panel which combines soft colors with beautiful typography and spacious cards and graphics. | ||||||||||
Encinowaves | 48 | 8 years ago | apache-2.0 | C++ | ||||||
Implementation of "Empirical Directional Wave Spectra for Computer Graphics" paper by Christopher Horvath | ||||||||||
Rock Fracturing | 40 | a year ago | mit | C | ||||||
Source code for the paper: Modeling Rocky Scenery using Implicit Blocks, published in The Visual Computer and presented at Computer Graphics International 2020. | ||||||||||
Moderncomputergraphicsresources | 35 | 10 months ago | ||||||||
A collection of blogs, personas and publications that act as reference points for the latest developments in Computer Graphics | ||||||||||
Desertscapes Simulation | 23 | a year ago | mit | C | ||||||
Source code for the Computer Graphics Forum paper: Desertscapes Simulation. Presented at Pacific Graphics 2019. | ||||||||||
100_newmetho_cspaper | 19 | 8 years ago | 4 | |||||||
100 new methodological papers in computer science | ||||||||||
Reviewernet | 14 | 3 years ago | gpl-3.0 | JavaScript | ||||||
A Data Visualization tool for choosing reviewers | ||||||||||
15 Student Papers | 14 | 8 years ago | R | |||||||
Graphics & computing student paper winners @ JSM 2015 |
🐙 🐙 🐙 本项目会复现或者解析一些经典有趣的图形学论文(#^.^#)
首先克隆本项目到本地 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点击生成以生成动态链接库
然后就可以运行其他的项目了~