cglm icon indicating copy to clipboard operation
cglm copied to clipboard

double types for vectors

Open STCollier opened this issue 1 year ago • 3 comments
trafficstars

Hello,

Are there types like dvec3 that use doubles instead of floats for increased precision? I know that https://github.com/g-truc/glm does that, but I'm wondering if cglm also has something similar. If not, this would be a great addition.

STCollier avatar Mar 24 '24 19:03 STCollier

Hi @STCollier,

Thanks for your feedbacks, Currently cglm doesn't have double types yet. There is an issue about this: https://github.com/recp/cglm/issues/196 which propose the implementation ( feedbacks are welcome ). Currently I've some TODOs to finish in cglm and others libraries, then it can be implemented

Thanks

recp avatar Mar 26 '24 13:03 recp

Just adding a +1 to this. I'd be very interested in seeing double support. Thanks for all your hard work (and the wonderful library).

measuredweighed avatar Jul 13 '24 10:07 measuredweighed

@measuredweighed many thanks for the feedback, hope we'll have it asap.

recp avatar Jul 15 '24 09:07 recp