Surface-Only Liquids

SIGGRAPH 2016


Reviews

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.
There are two options to add a review to this article:
  • Open a pull request at https://github.com/dcoeurjo/ReplData-private
  • Fill the form below (this option requires manual work and might be avoided if possible):
    TODO: ADD FORM