Skip to content

sethwatts/mesh_stuff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fork of mesh_stuff by samuelpmish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 98.1%
  • CMake 1.9%