microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.54k stars 236 forks source link

Add vcpkg installation instructions #151

Closed JonLiu1993 closed 2 years ago

JonLiu1993 commented 2 years ago

directxmath is available as a port in vcpkg, a C++ library manager that simplifies installation for directxmath and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build directxmath, ready to be included in their projects.

We also test whether our library ports build in various configurations (dynamic, static) on various platforms (OSX, Linux, Windows: x86, x64) to keep a wide coverage for users.

I'm a maintainer for vcpkg, and here is what the port sdirectxmathipt looks like. We try to keep the library maintained as close as possible to the original library. :)

walbourn commented 2 years ago

I have VCPKG instructions in the wiki.