datenwolf / linmath.h

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
Do What The F*ck You Want To Public License
922 stars 134 forks source link

It's kind of weird that it's written in C99 #33

Closed klemens-morgenstern closed 5 years ago

klemens-morgenstern commented 5 years ago

Hi,

nice library! But it's kind of weird that this is written in C99. Makes it quite non idiomatic in *nix terms. It also bloats the tools size, because of all the macro expansions.