microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
783 stars 150 forks source link

C# compatibility #41

Closed BMarques closed 5 years ago

BMarques commented 5 years ago

Hello, Would it be possible to either have a C API or COM API so that it's possible to write a c# wrapper for this? I've successfully created a DirectX c# wrapper that works with UWP, but I'm definitely missing these tools, such as directxmesh or directxtex to speed up development (CMO models, DDS texture compatibility for instance).

Thank you.

walbourn commented 5 years ago

Someone has written some wrappers already at least for DirectXTex. You could contact them to see if they can do another for DirectXMesh.