All Projects → libigl → Libigl Python Bindings

libigl / Libigl Python Bindings

IGL python bindings

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Libigl Python Bindings

nightly-docker-rebuild
Use nightli.es 🌔 to rebuild N docker 🐋 images 📦 on hub.docker.com
Stars: ✭ 13 (-86.32%)
Mutual labels:  fast, easy-to-use
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (+272.63%)
Mutual labels:  easy-to-use, fast
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+4844.21%)
Mutual labels:  fast, easy-to-use
Candyview
Implement any RecyclerView in just 1 Line. CandyView handles everything for you.
Stars: ✭ 15 (-84.21%)
Mutual labels:  easy-to-use, fast
brute-md5
Advanced, Light Weight & Extremely Fast MD5 Cracker/Decoder/Decryptor written in Python 3
Stars: ✭ 16 (-83.16%)
Mutual labels:  fast, easy-to-use
Ggql
GraphQL implementation for golang.
Stars: ✭ 37 (-61.05%)
Mutual labels:  easy-to-use, fast
Sumoeasyminer
The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Stars: ✭ 77 (-18.95%)
Mutual labels:  easy-to-use
Gt
Easily generate information-rich, publication-quality tables from R
Stars: ✭ 1,260 (+1226.32%)
Mutual labels:  easy-to-use
Quickmultidex
一种在Dalvik虚拟机上多Dex首次加载的优化方案,支持4.1~4.4
Stars: ✭ 75 (-21.05%)
Mutual labels:  fast
Directional
A library for Directional Field Synthesis, Design, and Processing.
Stars: ✭ 73 (-23.16%)
Mutual labels:  geometry-processing
Delfem2
Research prototyping framework for physics simulation written in C++
Stars: ✭ 92 (-3.16%)
Mutual labels:  geometry-processing
Tabtoy
高性能表格数据导出器
Stars: ✭ 1,302 (+1270.53%)
Mutual labels:  fast
Ofxfontstash
Easy (and fast) unicode string rendering addon for OpenFrameworks. FontStash is made by Andreas Krinke and Mikko Mononen
Stars: ✭ 84 (-11.58%)
Mutual labels:  fast
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1165.26%)
Mutual labels:  fast
Lagrange
A Robust Geometry Processing Library
Stars: ✭ 87 (-8.42%)
Mutual labels:  geometry-processing
Fast ring queue
A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)
Stars: ✭ 76 (-20%)
Mutual labels:  fast
Cdnjs
🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 9,270 (+9657.89%)
Mutual labels:  fast
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+1148.42%)
Mutual labels:  fast
Liblognorm
a fast samples-based log normalization library
Stars: ✭ 81 (-14.74%)
Mutual labels:  fast
Literoute
LiteRoute is easy transition for your app. Written on Swift 4
Stars: ✭ 90 (-5.26%)
Mutual labels:  easy-to-use

New 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 bindiings

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].
OSZAR »