2021-11-09 09:55:24 +04:00
2021-11-09 09:55:24 +04:00
2021-11-05 03:37:54 +04:00
2021-11-05 03:37:54 +04:00
2021-11-01 04:08:33 +04:00
2021-11-05 23:15:24 +04:00
2021-11-05 18:04:28 +04:00

gglm

Fast Go OpenGL 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)
Readme MIT 293 KiB
Languages
Go 100%