You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include these in your cdep.yml file. More recent versions may be available, see releases.
- compile: com.github.jomof:mathfu:1.1.0-rev1
Go here to get started using CDep package manager.
MathFu Version 1.1.0 {#mathfu_readme}
MathFu is a C++ math library developed primarily for games focused on
simplicity and efficiency.
It provides a suite of vector, matrix and quaternion classes
to perform basic geometry suitable for game developers. This functionality
can be used to construct geometry for graphics libraries like OpenGL or
perform calculations for animation or physics systems.
The library is written in portable C++ with SIMD compiler intrinsics and
has been tested on the following platforms:
For applications on Google Play that integrate this tool, usage is tracked.
This tracking is done automatically using the embedded version string
(kMathFuVersionString), and helps us continue to optimize it. Aside from
consuming a few extra bytes in your application binary, it shouldn't affect
your application at all. We use this information to let us know if MathFu
is useful and if we should continue to invest in it. Since this is open
source, you are free to remove the version string but we would appreciate if
you would leave it in.
About
C++ math library developed primarily for games focused on simplicity and efficiency.