Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 702 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 702 Bytes

CGLM

Build Status Build status

Basic linear math library written in C inspired by the C++ GLM library (http://glm.g-truc.net).

Use

Include cglm.h after GL/gl.h or the library you are using to create your OpenGL context.

Build

CGLM test suite is build with CMake for all platforms.

You can also use the fake configure script provided to set it up on unix:

./configure
make

Doc

Depends on Doxygen:

make cglm_doc