Closed ggael closed 6 years ago
Hi,
thanks a lot for sharing this piece of code. The nanogui copy is missing the bin2c.cmake file in deps/nanogui/resources. After a:
bin2c.cmake
deps/nanogui/resources
wget https://raw.githubusercontent.com/wjakob/nanogui/master/resources/bin2c.cmake
everything compiled and run fine (OSX).
There is also an error in this page: https://geometrycollective.github.io/boundary-first-flattening/ which is pointing to:
https://github.com/rohan-sawhney/boundary-first-flattening.git
instead of:
https://github.com/GeometryCollective/boundary-first-flattening
@ggael Thanks, I was also having this problem.
@rohan-sawhney This happens for me even after running git submodule update --init --recursive For now I've just added bin2c.cmake to the repo.
submodule update --init --recursive
Hi,
thanks a lot for sharing this piece of code. The nanogui copy is missing the
bin2c.cmake
file indeps/nanogui/resources
. After a:everything compiled and run fine (OSX).
There is also an error in this page: https://geometrycollective.github.io/boundary-first-flattening/ which is pointing to:
instead of: