1. Home
  2. Browse
  3. directxmath

directxmath

v2024-02-14#1Go to latest

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

Install

Run the following Vcpkg command to install the port.

vcpkg install directxmath

Usage

The DirectXMath package provides CMake targets:

find_package(directxmath CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::DirectXMath)

Dependencies

See source

Version

v2024-02-14#1

Publication

Supports

All

GitHub

Microsoft/DirectXMath1.6K

Homepage

github.com/Microsoft/DirectXMath

Documentation

docs.microsoft.com/windows/win32/dxmath/directxmath-portal

Subtree

deab8d5b71

License

MIT

Definition

Manifest