Pinned Repositories
bvh
A modern C++ BVH construction and traversal library
CCD-Wrapper
A library for various continuous collision detection algorithms.
CG-projects
Computer Graphics assignments for undergraduates
CG-projects-reference
Reference demos for CG-projects
ConcurrentMemoryPool
cpp-design-pattern
Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
csapp
csapp materials
icloth-web-application
maya-scripts
Some useful python scripts for rendering simulation results
syby119's Repositories
syby119/CG-projects
Computer Graphics assignments for undergraduates
syby119/CG-projects-reference
Reference demos for CG-projects
syby119/cpp-design-pattern
syby119/icloth-web-application
syby119/maya-scripts
Some useful python scripts for rendering simulation results
syby119/bvh
A modern C++ BVH construction and traversal library
syby119/CCD-Wrapper
A library for various continuous collision detection algorithms.
syby119/ConcurrentMemoryPool
syby119/Cpp-Templates-2ed
C++11/14/17/20 templates and generic programming, the most complex and difficult technical details of C++, indispensable in building infrastructure libraries.
syby119/csapp
csapp materials
syby119/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。
syby119/github-actions
syby119/efsw
efsw is a C++ cross-platform file system watcher and notifier.
syby119/LearnOpenGL
Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com
syby119/PhysIKA
PhysIKA: Physics-based Interactive Kinematics Architecture
syby119/probability
Some probability simulations with computer
syby119/Rational-Root-Parity
Rational Root Parity CCD, it is a reimplementation of [Brochu et al.2012] using rational numbers.
syby119/Root-Parity-and-Bernstein-Sign-Classification
Fork of code from "Efficient Geometrically Exact Continuous Collision Detection" and "Fast and Exact Continuous Collision Detection with Bernstein Sign Classification"
syby119/TemplateTypeDeduction
Understanding the C++ template type deduction
syby119/Tight-Inclusion
A conservative continuous collision detection (CCD) method with support for minimum separation. [Wang et al. 2021]