saidm00 / glm

OpenGL Mathematics for C
MIT License
26 stars 5 forks source link

OpenGL Mathematics for C

This is a C alternative of the C++ library glm. It was made referencing the GLSL specification as well. This is meant to be used in C11+ (C11, C18, C2x, etc...), you could use this no problem in earlier standards with a restricted feature set.

Features