DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Обновлено 2024-11-18 22:00:05 +03:00
Tools and libraries to glue C/C++ APIs to high-level languages
Обновлено 2024-10-22 00:02:42 +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-10-07 07:19:49 +03:00