Skip to content

funlibs/cglm

Repository files navigation

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

About

OpenGL math library written in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published