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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,14 @@ gantt
40
40
error computation + results :errcomp, after locreg, 1w
41
41
```
42
42
43
+
## 3rd party libraries
44
+
45
+
The project uses the following 3rd party libraries:
46
+
-`Open3d` for 3D point cloud processing (as binary submodule for win64 that we store in [submodule-open3d](https://github.com/diffCheckOrg/submodule-open3d)). Note that we deactivate the visualization part of `Open3d` to avoid conflicts with our visualizator.
47
+
-`Eigen` for linear algebra (needed by `Open3d`)
48
+
-`fmt` for string formatting (needed by `Open3d`)
49
+
-`libigl` mainly for I/O and visualization
50
+
-`glfw` for window and context creation (needed by `libigl`)
43
51
44
52
## How to build c++ project
45
53
To build and test the project, follow the following steps:
0 commit comments