遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/8942)
<a href="https://www.bestpractices.dev/projects/8942"><img src="https://www.bestpractices.dev/projects/8942/badge"></a>
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
All source files have this standard header comment
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License.
Repository on GitHub, which uses git. git is distributed.
All Microsoft org GitHub projects required MFA
GitHub uses a Goolge Auth App for codes
The GitHub branch policy on main enforces this requirement
DirectXMath is an all inline C++ header. It is not shipped in a binary format.
CTest is supported
https://github.com/microsoft/DirectXMath/blob/main/CMakeLists.txt
This GitHub Action builds the library using the test suite, and runs it for some select configurations for automatic validation.
https://github.com/microsoft/DirectXMath/actions/workflows/test.yml
https://github.com/microsoft/DirectXMath
A formal security threat model review was performed on April 3, 2025.
The DirectXMath library is a pure C++ inline library that operates at a very low-level. it does not consume file formats, network data, memory blocks, etc.
后退