opengl-tutorial-go
Golang version of the opengl tutorial code at http://www.opengl-tutorial.org
Requirements
go get github.com/go-gl/gl/v4.5-core/gl
go get github.com/go-gl/glfw/v3.2/glfw
go get github.com/go-gl/mathgl/mgl32
Usage
You can run the tutorial code by going into any of the tutorial folders and running:
go run main.go