Adaptive Tearing and Cracking of Thin Sheets

SIGGRAPH 2014


Reviews

Information

  • Paper topic: Animation and Simulation
  • Software type: Code
  • Able to run a replicability test: False
  • Replicability score: 0
  • Software language: C/C++
  • License: Copyright (c)2013 The Regents of the University of California (Regents). (see LICENSE for details)
  • Build mechanism: Makefile
  • Dependencies: boost / libpng /BLAS/ freeglut / gfortran / lapack
  • Documentation score {0,1,2}: 1
  • Reviewer: David Coeurjolly <david.coeurjolly@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 30min

Source code information

Comments

I got a C++ issue when building the project on MacOS (after setting a -std=c+11 in the Makefile.mac):

In file included from src/auglag.cpp:27:
In file included from src/optimization.hpp:30:
src/sparse.hpp:118:18: error: invalid operands to binary expression ('basic_ostream<char, std::__1::char_traits<char> >' and 'std::fstream' (aka 'basic_fstream<char>'))
    file << "}]" << file;
    ~~~~~~~~~~~~ ^  ~~~~

. On both linux/macos, the TAUCS dependency cannot be built due to a missing "intel cilk" library which should be optional but the configure was not able to handle the issue (no  'taucs_config_tests.h' generated).

Misc. comments

The paper code seems to be included in the ARCSIM project. I wasn't able to check the part of the software containing it (few documentation and build issues).