recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
MIT License
2.34k stars 231 forks source link

Struct API for ivec2s, ivec3s, and ivec4s #382

Closed tarhses closed 9 months ago

tarhses commented 9 months ago

Hello,

I just started to use this lib and noticed that there aren't any struct API function counterparts of glm_ivec2_*, glm_ivec3_*, etc. Is this intentional?

I started implementing cglm/struct/ivec2.h on my side and would gladly contribute if welcome :smiley:

Anyway thanks for the hard work!

recp commented 9 months ago

Hi @tarhses,

This is discussed a bit here: https://github.com/recp/cglm/discussions/370#discussioncomment-7806749

I started implementing cglm/struct/ivec2.h on my side and would gladly contribute if welcome 😃

That would be awesome!

Anyway thanks for the hard work!

Many thanks 😊

recp commented 9 months ago

@tarhses the PR is merged, many thanks for your contributions, we can close the issue now