GeometryCollective / boundary-first-flattening

MIT License
764 stars 97 forks source link

missing bin2c.cmake #2

Closed ggael closed 6 years ago

ggael commented 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:

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
GeometryCollective commented 6 years ago

@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.