Closed xix-xeaon closed 2 weeks ago
Certainly this is needed, hope you create a PR.
Speaking of which, since you have write access, you can clone gdext-nim directly and push the branch.
You can also create a PR from a fork, but it is easier to create one from a checked out topic branch.
There was some kind of authorization issue when I tried to publish a new branch for this repository from GitHub Desktop, so I forked and branched instead.
Implemented in #116.
It confused me a lot trying to do
v.x
etc until I found the swizzling operator.*
and realized that that's the only way of accessing the parts (besidesv[0]
of course). I'd like to add the following for x, y, z and w togeometrics/typedef.nim
(I can create a PR):