New 3D math library for C99

Started by
-1 comments, last by recp 7 years, 3 months ago

Hello,

I was wrote a math library for C, and saw a thread about this,

I wanted to share this library, maybe helps who working with C like me

and looking for 3D math library for C89/C99, it is really easy to use and really fast!

Repo: https://github.com/recp/cglm

All funcs are inlined but you can prefer to use pre-compiled version of all funcs

For instance glm_mat4_mul is inilne and glmc_mat4_mul is pre-compiled

if you don't need pre-compiled then you dont need to build it.

Library uses SIMD/AVX if available but in the future neon maybe supported

All functions are optimized and there are lot of convenient funcs.

Features are listed in repo's README so I think there is no need to put them here

Just wanted to share my stuff to help people who are looking new lib or lib for C

This topic is closed to new replies.

Advertisement