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
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ A conservative continuous collision detection (CCD) method with support for mini
9
9
To know more about this work, please read our ACM Transactions on Graphics paper:<br>
10
10
["A Large Scale Benchmark and an Inclusion-Based Algorithm for Continuous Collision Detection"](https://continuous-collision-detection.github.io/tight_inclusion/) and watch our [SIGGRAPH 2022 presentation](https://www.youtube.com/watch?v=7cRg52cWL8c).
11
11
12
-
## Build
12
+
## Installation via CMake
13
13
14
14
To compile the code, first, make sure CMake is installed.
15
15
@@ -27,6 +27,12 @@ Then you can run a CCD example:
27
27
```bash
28
28
./app/Tight_Inclusion_bin
29
29
```
30
+
## Installation via Conda
31
+
You can also install Tight-Inclusion via
32
+
```sh
33
+
conda install conda-forge::tight-inclusion
34
+
```
35
+
if you have [Anaconda](https://www.anaconda.com/) installed on your machine.
30
36
31
37
### Optional
32
38
@@ -112,3 +118,4 @@ If you use this work in your project, please consider citing the original paper:
0 commit comments