yohamta / donburi

Just another ECS library for Go/Ebitengine
https://pkg.go.dev/github.com/yohamta/donburi
Other
232 stars 21 forks source link

Add XY function to destructure Vectors #132

Closed imthatgin closed 2 months ago

imthatgin commented 3 months ago

I think this is useful, as there is a lot of cases where I have to manually destructure and manually fetch .X, .Y.

yohamta commented 2 months ago

@imthatgin Yeah that's very useful. Thanks!