Recep Aslantas

Results 172 comments of Recep Aslantas

thanks for sharing that, there may not be an issue according to: ```C /* * Anonymous structs are available since C11, but we'd like to be compatible * with C99...

Hi @Panadero1, May be copy-paste errors > just fix them all and have them be listed in the pull request for this issue? That would be awesome :)

@metaleap thanks for the catch, I'll try to fix it asap, @Panadero1 still waiting :/ ?

Hi @Lephar Thanks for reporting this, Actually all RH and LH functions will be compiled into same binary. The problem is that for instance `glmc_perspective()` will pick default configuration which...

This is good approach, +1 for this. The only problem may be direct replacement of new binary would cause linker error for dynamic lib, but still better and robust than...

Prefixing types is very standard kind of behavior which I do mostly but here in **cglm** I think `vec3`, `vec4`, `mat4`... are more easy to read and work with (...

Hi @RealSomeGuy, Sorry for the delay, are you using latest version of **cglm** ? `-mavx` forked for me on given sample. I did not test on `mingw-w64`, will check it...

There might be aligment issues on mingw-w64, will check it asap 👍

@Lephar sorry for the delay, I’ll fix it soon if no one else takes action 🔜

> Are there any other missing functions on Call API that you are aware of? Not sure, I must check it asap, let's keep this open until that point.