Jonathan Richard

Results 4 comments of Jonathan Richard

I will address all of your suggested changes, and if the end changes are satisfying I suggest they should also be applied to the [Tiny.cpp](https://github.com/facebook/igl/blob/7d90f29e3542e5efa372ba18acdcd7359da4f375/samples/desktop/Tiny/Tiny.cpp) example, because I basically just...

> @jwric I refactored CMakeLists a little bit, can you rebase on top of main and add Triangle.cpp into wasm folder? Done, but specifying the shell file as `"../samples/wasm/igl.html"` doesn't...

Hello! I believe it's because there's a cmake function defined in `/igl/cmake/helpers.cmake`, which was not defined in your case because you ran cmake into the desktop sample directory. This function...

You can run `cmake --build .` at the top level directory to build everything