Recep Aslantas
Recep Aslantas
Hi @gduenden , Thanks for your feedbacks, sorry for the late response 😔 > Maybe replace the implementation of some functions under the standard **This seems to be good idea**,...
Hi @tylo-work Thank you for contributing to **cglm** 🤗 --- I don't know, this is a GOOD IDEA but brings a HUGE change to the design and code base and...
I think this PR must stay open if you like to get more feedbacks from others. In the future we may want to bring this changes... Feel free to contribute...
@Uwila , @acoto87 thanks for reviewing this proposal! > if I'm not mistaken. I guess the full name would best be glm_mat4_pvm or glm_pvm; `glm_pvm(projection, view, model, dest)` or `glm_mvp(model,...
Yes, **autotools** (automake, autoconf, libtool...) must be installed before run build scripts for autotools. Maybe I should update README about how to install autotools
Would you mind to create a PR for this? - 2 spaces instead of TAB[s] - vec3 version If we want to create call version like `glmc_vec4_reflect` then the macro...
Would you mind to create a PR for this? 😁
Thanks for sharing that. I'll implement this in the future. FWIW, for **vec4** functions even if we won't use SIMD directly; since **vec4** functions are optimized with SIMD, using **vec4**...
Since we did not include headers which include `stddef.h`, we should include `stddef.h` directly in `common.h`. You are welcome to create a PR for this, otherwise I can add it...
`stddef.h` should comes from a header, on the other hand `cglm/io.h` includes both `#include ` and `#include ` headers and both these headers include `stddef.h` header, maybe it comes from...