Skip to content

Commit d155415

Browse files
committed
ADD: notes on readme for dependecies
1 parent 3332ebf commit d155415

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ gantt
4040
error computation + results :errcomp, after locreg, 1w
4141
```
4242

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`)
4351

4452
## How to build c++ project
4553
To build and test the project, follow the following steps:

0 commit comments

Comments
 (0)