A series of example OpenGL programs written in Go. Goal is to help teach how to use the OpenGL bindings by go-gl
Render a simple 2D white triangle on the screen. Involves compiling a very simple shader program, setting up the vertex buffer, and drawing.