1. Home
  2. Browse
  3. directxmesh

directxmesh

v2024-09-04#0Go to latest

DirectXMesh geometry processing library

Install

Run the following Vcpkg command to install the port.

vcpkg install directxmesh

Usage

The DirectXMesh package provides CMake targets:

find_package(directxmesh CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXMesh)

The utilities headers FlexibleVertexFormat.h and WaveFrontReader.h have their own target:

target_link_libraries(main PRIVATE Microsoft::DirectXMesh::Utilities)

Features

Dependencies

See source

Version

v2024-09-04#0

Publication

Supports

(windows & !arm32) | linux

GitHub

Microsoft/DirectXMesh792

Homepage

github.com/Microsoft/DirectXMesh

Documentation

github.com/microsoft/DirectXMesh/wiki

Subtree

68d349964c

License

MIT

Definition

Manifest