libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

libigl python bindings

Results 85 libigl-python-bindings issues
Sort by recently updated
recently updated
newest added

Add the missing wrapper for `igl::fit_cubic_bezier` The libigl function hard codes MatrixXd and doubles. So for now this needs to copy AFAIK, Eigen's ND array support is still unstable, hence...

Apologies, I'm aware that this is the last `stable` version but I just got a new laptop and now cannot install this great library. Clearly this is related to https://github.com/libigl/libigl/issues/1686....

In chapter 1 (https://libigl.github.io/libigl-python-bindings/tut-chapter1/) under the section "Gradient" a .dmat file is read for the example mesh: u = igl.read_dmat(os.path.join(root_folder, "data", "cheburashka-scalar.dmat")) However, I don't know how to calculate "u"...

For igl functions like `igl::readDMAT`, the python bindings use a different format `igl.read_dmat`. Probably, the igl functions should be using lower_case_format, but until then perhaps it's better to maintain that...

bug

Hey, I'm trying to serialize from Xcode and deserialize from python. I fail to find the interface to deserialize from python. Can you please refer to some example? Best, Anna...

wontfix
missing-binding

I'm trying to understand a compiler error and I think it's related to this choice: https://github.com/libigl/libigl-python-bindings/blob/6bf30bcc3fc34c148da0bb9f029e181bf10f4d82/src/unproject_on_line.cpp#L72 How come `double(t)` is needed here rather than just `t` ?

Hi, I installed the source code via `python setup.py install`. But, when I ran `import igl` in Python, I got the error `ModuleNotFoundError: No module named 'igl.pyigl'`. It seems like...

Fixes at least one of the bugs causing https://github.com/libigl/libigl-python-bindings/issues/106

This is a work in progress that for now shows a proof of concept of adding igl::copyleft::cgal::convex_hull to the python bindings. This PR might get fleshed out with all the...