Geometry Math Library for C++ Game Developers: MathFu
Blog post from Google Cloud
MathFu, developed by Fun Propulsion Labs at Google, is a newly released version 1.0 cross-platform geometry math library designed specifically for C++ game developers, emphasizing simplicity and efficiency. It provides essential classes for vectors, matrices, and quaternions, enabling basic geometry tasks necessary for game development, such as constructing graphics with OpenGL or performing calculations for animation and physics systems. The library is written in portable C++ and utilizes SIMD compiler intrinsics, ensuring compatibility and performance across multiple platforms, including Android, Linux, OS X, and Windows. Available as an open-source project on GitHub, MathFu encourages contributions and participation in its development, reflecting its commitment to enhancing gaming on Android and other platforms.