
Hello everyone!
In my quest to create a #vala #game #framework, I took a detour into creating a VAPI for #cglm which is like #glm for C.
https://codeberg.org/edwood-grant/cglm-vapi
You need to have CGLM installed in your machine and then just use the VAPI. It has tests for you to see how to use it.
I made this to not reinvent the wheel and leverage a good math library with tests and whatnot. Not all structs are done (missing non-square matrices). But the rest is done to try!