Pinned Repositories
brep
使用了brep数据结构实现的简易CAD系统接口
CG_learning_note
图形学随笔
CGCenter
a compute graphics learning & coding center
cpp-primer-note
some note during the second pass of the book C++ primer
cs231n-2018-spring-solutions
homework of CS231n including RNN,CNN,LSTM,GAN
densepose-caffe2-compile-error
ubuntu16.04上编译caffe2 && 配置densepose的踩坑
effective-cpp-note
Note Of Effective C++ 、More Effective C++ And Effective Modern C++
leetcode-solutions-cpp-and-python
leetcode solutions include python version and cpp version
RayTracing
A rayTracing based on Monte-Carlo sampling algorithm using directX11 compute shader
software-Rendering
使用CPU对图形进行渲染(软件渲染器)在不使用opengl和d3d的条件下实现立方体的光照,纹理贴图,背面消隐等
Tianji95's Repositories
Tianji95/effective-cpp-note
Note Of Effective C++ 、More Effective C++ And Effective Modern C++
Tianji95/CG_learning_note
图形学随笔
Tianji95/cpp-primer-note
some note during the second pass of the book C++ primer
Tianji95/RayTracing
A rayTracing based on Monte-Carlo sampling algorithm using directX11 compute shader
Tianji95/densepose-caffe2-compile-error
ubuntu16.04上编译caffe2 && 配置densepose的踩坑
Tianji95/software-Rendering
使用CPU对图形进行渲染(软件渲染器)在不使用opengl和d3d的条件下实现立方体的光照,纹理贴图,背面消隐等
Tianji95/CGCenter
a compute graphics learning & coding center
Tianji95/cs231n-2018-spring-solutions
homework of CS231n including RNN,CNN,LSTM,GAN
Tianji95/leetcode-solutions-cpp-and-python
leetcode solutions include python version and cpp version
Tianji95/brep
使用了brep数据结构实现的简易CAD系统接口
Tianji95/Bili_Spider
This is the spider on BILIBILI.
Tianji95/classification-between-svm-knn-and-cnn
a contrast between three classification algorithm:svm knn and cnn
Tianji95/demo
s
Tianji95/DensePose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
Tianji95/dj_brdf
A C++ Microfacet BRDF Fitting and Rendering Library
Tianji95/GKC
General Kind C++
Tianji95/GPU-Pro-Books-Source-Code
:cd: Source Code Collection of Book <GPU Pro> 1~ 7 | 《GPU Pro》1~ 7 书本源代码珍藏
Tianji95/Loop-subdivision-Surface
using the LOOP algorithm to make a subdivision surface
Tianji95/Machine-learning-base-algorithm
some basic algorithm in machine learning including bayes decision rule, gaussian discriminant perceptron, regression, svm, knn, kmeans, neural networks,pca
Tianji95/msc_rogue
a small rogue game created for msc
Tianji95/RangeScanLine
using only CPU(without directX or onengl) to draw an object which is more than 1000 faces
Tianji95/Real-Time-Rendering-4th-Bibliography-Collection
Real-Time Rendering 4th (RTR4) 参考文献合集典藏 | Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference
Tianji95/STL-note
note of book <effective STL> and <the Annotated STL Sources> 《effective STL》和《STL源码剖析》的笔记
Tianji95/web_kernel_learning_note
web_kernel_learning_note
Tianji95/zxvis
a data visualization library and application based on vulkan