Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 495 Bytes

File metadata and controls

30 lines (17 loc) · 495 Bytes

Overview

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.

Requirements

  • A C++17 compatible compiler

Building the library and its dependencies

  1. Clone the repo:

git clone https://github.com/samuelpmish/mesh_stuff.git


  1. Configure with cmake

cd path/to/mesh_stuff && cmake . -Bbuild


  1. build

cd build && make