Registry / utility / directxmesh

directxmesh

JSON →
library2025-10-27vcpkgunverified

DirectXMesh geometry processing library

vcpkg install directxmesh
INSTALL
IMPORT
SIG · DIRECTXMESH
D
directxmesh
utilitycppv2025-10-27
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DirectXMesh.h
#include <DirectXMesh.h>

Generate mesh adjacency data

#include <DirectXMesh.h> #include <vector> int main() { std::vector<DirectX::XMFLOAT3> vertices; std::vector<uint32_t> indices; std::vector<uint32_t> adjacency; DirectX::GenerateAdjacencyAndPointReps(indices.data(), indices.size()/3, vertices.data(), vertices.size(), adjacency.data(), nullptr); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-10-27latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

directxmesh — pip install directxmesh · libregistry