File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ The following libraries are used in this project:
6161
6262* [ Eigen] ( https://eigen.tuxfamily.org/ ) : linear algebra
6363* [ libigl] ( https://github.com/libigl/libigl ) : basic geometry functions and predicates
64- * [ TBB ] ( https://github.com/wjakob/tbb ) : parallelization
64+ * [ oneTBB ] ( https://github.com/oneapi-src/oneTBB ) : parallelism
6565* [ Tight-Inclusion] ( https://github.com/Continuous-Collision-Detection/Tight-Inclusion ) : correct (conservative) CCD
6666* [ SimpleBVH] ( https://github.com/ipc-sim/SimpleBVH ) : a simple bounding volume hierarchy data structure
6767* [ spdlog] ( https://github.com/gabime/spdlog ) : logging information
@@ -74,6 +74,9 @@ The following libraries are used in this project:
7474* [ Abseil] ( https://abseil.io/ ) : hashing utilities
7575 * Enable by using the CMake option ` IPC_TOOLKIT_WITH_ABSEIL `
7676 * Enabled by default
77+ * [ filib] ( https://github.com/zfergus/filib ) : interval arithmetic for nonlinear trajectories/CCD
78+ * Enable by using the CMake option ` IPC_TOOLKIT_WITH_FILIB `
79+ * Enabled by default
7780* [ rational-cpp] ( https://github.io/zfergus/rational-cpp ) : rational arithmetic used for exact intersection checks
7881 * Enable by using the CMake option ` IPC_TOOLKIT_WITH_RATIONAL_INTERSECTION `
7982 * Requires [ GMP] ( https://gmplib.org/ ) to be installed at a system level
@@ -89,7 +92,7 @@ The main functionality is provided in the `ipc.hpp` header. Use the prefix direc
8992
9093## Unit Tests
9194
92- We provide unit tests for ensuring the correctness of our algorithmic pieces.
95+ We provide unit tests to ensure the correctness of our algorithmic pieces.
9396To enable the unit tests use the CMake option ` IPC_TOOLKIT_BUILD_UNIT_TESTS ` .
9497
9598### Dependencies
You can’t perform that action at this time.
0 commit comments