Information
- Paper topic: Geometry
- Software type: Code
- Able to run a replicability test: False
- Replicability score: 0
- Software language: C++
- License: MIT
- Build mechanism: cmake
- Dependencies: libigl,geogram,eigen
- Documentation score {0,1,2}: 0
- Reviewer: David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
- Time spent for the test (build->first run, timeout at 100min): 30min
Source code information
Comments
When building the project, I got a first issue during the cmake when downloading the Eigen depency (wrong URL). This was easy to fix (just edit the cmake/FastEnvelopeDownloadExternal.cmake file and change the line 30 (GIT_TAG for libigl) to 21acee15fe4451e828b52bedcdba53b79d846376).
The cmake is now ok but when building the project there is a missing file 'numerics.h' in the 'indirectPredicates' folder.
Misc. comments
The github project refers to a specific website (https://archive.nyu.edu/handle/2451/61221) to download the meshes that have been used in the paper.