mirror of
https://github.com/bloeys/gglm.git
synced 2025-12-29 05:28:20 +00:00
80d1c12e2d502a722ed06bbc3eec89cc62fc2d6d
gglm
Fast Go OpenGL/Graphics focused Mathematics library inspired by the c++ library glm.
Notes
You can check compiler inlining decisions using go run -gcflags "-m" .. Some functions look a bit weird compared to similar ones
because we are trying to reduce function complexity so the compiler inlines.
Description
Fast Go OpenGL/Graphics focused Mathematics library inspired by the c++ library glm (https://github.com/g-truc/glm)
Languages
Go
100%