OpenGL - Awesome Go
Libraries for using OpenGL in Go.
- gl - Go bindings for OpenGL (generated via glow).
- glfw - Go bindings for GLFW 3.
- go-glmatrix - Go port of glMatrix library.
- goxjs/gl - Go cross-platform OpenGL bindings (OS X, Linux, Windows, browsers, iOS, Android).
- goxjs/glfw - Go cross-platform glfw library for creating an OpenGL context and receiving events.
- mathgl - Pure Go math package specialized for 3D math, with inspiration from GLM.