You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ IPC Toolkit is a set of reusable functions to integrate Incremental Potential Co
17
17
### Features
18
18
19
19
* IPC barrier function and its derivatives and adaptive barrier stiffness algorithm
20
-
* Broad-phase and narrow-phase continuous collision detection (CCD)
20
+
* Broad- and narrow-phase continuous collision detection (CCD) of linear and nonlinear trajectories
21
21
* Distance computation and derivatives between edges in 2D and triangles in 3D
22
22
* Distance barrier potential and its derivatives
23
23
* Smooth and lagged dissipative friction potential and its derivatives
@@ -32,7 +32,7 @@ This is not a full simulation library. As such it does not include any physics o
32
32
33
33
The easiest way to add the toolkit to an existing CMake project is to download it through CMake.
34
34
CMake provides functionality for doing this called [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) (requires CMake ≥ 3.14).
35
-
We use this same process to download all external dependencies.
35
+
We use a very similar process to download all external dependencies (using [CPM](https://github.com/cpm-cmake/CPM.cmake)).
36
36
37
37
For example,
38
38
@@ -66,12 +66,15 @@ The following libraries are used in this project:
66
66
*[Eigen](https://eigen.tuxfamily.org/): linear algebra
67
67
*[libigl](https://github.com/libigl/libigl): basic geometry functions and predicates
0 commit comments