Surface-Only Liquids

SIGGRAPH 2016


Reviews

Information

  • Paper topic: Animation and Simulation
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 3
  • Software language: C/C++
  • License: FreeBSD
  • Build mechanism: CMakeLists
  • Dependencies: Eigen/GLFW3
  • Documentation score {0,1,2}: 0
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 30min

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.

If you want to contribute with another review, please follow these instructions.

Please consider to cut/paste/edit the raw JSON data attached to this paper.