Information
- Paper topic: Animation
- Software type: Code
- Able to run a replicability test: True
- Replicability score: 3
- License: FreeBSD
- Build mechanism: CMakeLists
- Dependencies: Eigen/GLFW3
- Documentation score {0,1,2}: 0
- Reviewer: Julie Digne
Source code information
Comments
had to modify the CMakeLists. Added two lines: find_package(glfw3 REQUIRED)
set (DEFAULT_LIBRARIES ${DEFAULT_LIBRARIES} glfw) to link against glfw. I run a simulation using the file provided in assets/droplet3d: with command line: Droplet3D crownsplash.txt for example. The simulation runs, a wireframe mesh is displayed. However the renderings are very far from the ones in the paper.
For crownsplash I had the following error: [MeshIO::load] Error: file init/crownsplash.rec not found.