~vladh/hare-glm

An OpenGL-compatible linear algebra library for Hare.
Add aabb_point
glm::v3: add v3_equal

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-glm
read/write
git@git.sr.ht:~vladh/hare-glm

You can also use your local clone with git send-email.

#hare-glm

This is an OpenGL-compatible linear algebra library for Hare.

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-glm]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-glm'
git send-email HEAD^

For more information, see git-send-email.io.