-
I am trying to compile libigl with visual studio 2015 under windows 7 (64 bit), following the tutorial's instruction (64 bits), everything is going ok, but when I trying to execute the *.exe files (…
-
> This should probably be migrated to the issues page of nanogui.
Currently in `tutorial/CMakeLists.txt` we have the line:
```
set(NANOGUI_BUILD_SHARED OFF CACHE BOOL " " FORCE)
```
This forces nan…
-
Dear all (cc @cansik @torokati44 @qnzhou @tmsrise @rzhikharevich-wmt @njroussel @Speierers),
I am interested in providing a stub generation mechanism as part of nanobind. This is a tracking issue t…
-
I'm not very experienced with CMake so I'm sure there's a simple solution to this. I'm adding an issue since it could be useful to add the reply to the docs.
I have additional libraries that I need t…
-
Hello,
I have successfully compiled libigl/python with the generator Visual Studio 14 2015 win64.
No error during the compilation phase, the generation succeeded for all targets.
Since, when I tr…
-
[Describe your issue]
I am trying to compile my program using cmake .. and I got the following error:
CMake Error at CMakeLists.txt:35 (add_executable):
Target "tyf_bin" links to target "igl:…
-
In the style guidelines, here is the convention for enum
```
namespace igl
{
enum SolverStatus
{
// Good
SOLVER_STATUS_CONVERGED = 0,
// OK
SOLVER_STATUS_MAX_ITER = 1,
…
-
```
[64/92] Building CXX object src/python/CMakeFiles/nanogui-python.dir/main.cpp.obj
FAILED: src/python/CMakeFiles/nanogui-python.dir/main.cpp.obj
C:\msys64\mingw64\bin\c++.exe -DGLAD_GLAPI_EXPORT…
-
First of all thank you for the great work with libigl.
I heavily use the python-bindings and they help me a lot.
I can not find some functionalities, but there seems to exist a c++ counterpart:
…
-
Hi,
I was wondering if it would be interesting to provide a simple way to install libigl's python bindings to the system (installing them locally in userspace). That would remove the need for the a…