Skip to content

alecjacobson/libigl-example-mex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libigl example mex project

Modeled after the gptoolbox/mex CMake setup, this example project demonstrates a minimal mex function using libigl+eigen (example.cpp) and how to build this function outside of MATLAB using CMake.

Compilation

mkdir build
cd build
cmake ../
make
cd ../

will generate (for example, on mac) example.mexmaci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published