Volumental / instant-meshes

Interactive field-aligned mesh generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instant_meshes library

This is a clone of https://github.com/wjakob/instant-meshes modified to make it into a library.

Usage:

git clone --recursive "git@github.com:Volumental/instant-meshes.git" instant_meshes
cd instant_meshes
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH="your/path/here" -DEIGEN3_INCLUDE_DIR="path/to/eigen" ..
make -j7
make install

About

Interactive field-aligned mesh generator

License:Other


Languages

Language:C++ 86.6%Language:C 10.1%Language:GLSL 1.9%Language:Python 0.7%Language:CMake 0.7%