felselva / mathc

Pure C math library for 2D and 3D programming
zlib License
711 stars 54 forks source link

What do you use this library for? #32

Open felselva opened 5 years ago

felselva commented 5 years ago

Leave a comment. Maybe a screenshot. Keep in mind to not post anything that breaks the ToS of GitHub.

MaartenMJR commented 5 years ago

I use it currently on a STM32 microcontroller for the 3D vector computation required to determine the euler angles (https://en.wikipedia.org/wiki/Euler_angles) from an acceleration sensor

Rickodesea commented 1 year ago

I use it for a 2D game I am developing on SDL and Vulkan.