Recep Aslantas
Recep Aslantas
@masters3d sure hope we update CIs to cover all build systems 👍
@CaspianA1 this is feed at https://github.com/recp/cglm/pull/273 many thanks
@myfreeer thanks for the detailed explanation but I still like `glm_sincos()` idea which uses `sincos` internally if available, compilers may optimize this small inline function more easily without doubt rather...
@gottfriedleibniz thanks for your feedback[s]
@explosion-mental many thanks for your feedback[s].
Hi @Lu-TheCoder **cmt** does need some updates to fully support all functionalities of Metal. However, I haven’t had the time to work on it recently. Apple has released Metal for...
```C MT_EXPORT void* mtRetain(void *obj); MT_EXPORT void mtRelease(void *obj); ``` These could help to manage memory manually, enabling ARC when building **cmt** could be an option to let ObjC objects...
A PR is created for the proposal: https://github.com/recp/cglm/pull/290
Since https://github.com/recp/cglm/pull/290 has implemented this I'm going to close this.
What if we need both? I think it would be nice to keep both, or add enable/disable compilation flag to reduce binary size maybe. I still think we should keep...