Skip to content

Volumental/instant-meshes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • C 10.1%
  • GLSL 1.9%
  • Other 1.4%