/model-magick

Primary LanguageC++MIT LicenseMIT

Actions Status Actions Status Actions Status

model-magick

Inspired by ImageMagick, model-magick is a command-line tool and C++ library for 3D model geometry processing.

Examples

TODO

Build

mkdir build; cd build
conan install ..
cmake ..
cmake --build .