3 Star 0 Fork 0

mirrors_lepy/libigl-python-bindings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

libigl Python Bindings

Build Status Build Status

This repository contains the source code for the new and improved LibIGL Python bindings. These bindings are fully compatible with NumPy and SciPy and offer a convenient interface similar to functions in those libraries.

These bindings are still under active development and should still be considered alpha quality. We encourage users to post issues so we can improve the bindings!

Installation

With Conda (Recommended)

The simplest and best way to install the new LibIGL Python bindings is to run:

conda install -c conda-forge igl

Compile from scratch (Not recommended)

If you wish to install the current master branch, you can compile the library from scratch, you can clone this repository and run the following command from the main directory:

python setup.py install

NOTE: We will not provide support for installations done in this way, since there is a lot of variation between systems. For a consistent experience, use conda.

Help/Documentation

  • A temporary tutorial on how to use the bindings can be found here
  • A temporary function reference can be found here

Compiling and modifying the bindings

After cloning this repository, you can compile the bindings from scratch by running:

python setup.py develop

or

python setup.py build --debug develop

for debug compilation.

The above command will make the package igl available for import in the current shell.

To run the tests:

python setup.py test

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_lepy/libigl-python-bindings.git
git@gitee.com:mirrors_lepy/libigl-python-bindings.git
mirrors_lepy
libigl-python-bindings
libigl-python-bindings
master

搜索帮助