Skip to content

Commit b9c8e02

Browse files
authored
Update README.md
1 parent bad4c16 commit b9c8e02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
9396
To enable the unit tests use the CMake option `IPC_TOOLKIT_BUILD_UNIT_TESTS`.
9497

9598
### Dependencies

0 commit comments

Comments
 (0)