DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Обновлено 2024-09-11 21:51:11 +03:00
Tools and libraries to glue C/C++ APIs to high-level languages
Обновлено 2024-09-05 04:02:57 +03:00
Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe. The goal is to let people easily make their existing C code type-safe and eliminate entire classes of errors. Checked C does not address use-after-free errors. This repo has a wiki for Checked C, sample code, the specification, and test code.
Обновлено 2024-09-02 08:32:55 +03:00