mirror of
https://github.com/bloeys/gglm.git
synced 2025-12-29 13:38:20 +00:00
390222a18dd899027ca9563dd9bc2d365993689f
gglm
An OpenGL focused Go mathematics inspired by the C++ glm (OpenGL Mathematics) library
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%