A repo containing tools for writing mesh files in various formats.
Note: this library is expected to change rapidly, so do not expect any form of API stability.
- A C++17 compatible compiler
- Clone the repo:
git clone https://github.com/samuelpmish/mesh_stuff.git
- Configure with
cmake
cd path/to/mesh_stuff && cmake . -Bbuild
- build
cd build && make