recp / cglm

๐Ÿ“ฝ Highly Optimized 2D / 3D Graphics Math (glm) for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Struct API for ivec2s, ivec3s, and ivec4s

tarhses opened this issue ยท comments

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 ๐Ÿ˜ƒ

Anyway thanks for the hard work!

Hi @tarhses,

This is discussed a bit here: #370 (reply in thread)

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 ๐Ÿ˜Š

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