Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 328 Bytes

gogl_examples

A series of example OpenGL programs written in Go. Goal is to help teach how to use the OpenGL bindings by go-gl

First

Render a simple 2D white triangle on the screen. Involves compiling a very simple shader program, setting up the vertex buffer, and drawing.