/opengl-samples-golang

Modern OpenGL tutorial examples in Go

Primary LanguageGoMIT LicenseMIT

opengl-samples-golang

A Golang implementation of sample code from http://www.arcsynthesis.org/gltut/index.html

This includes my personal experimentation, so it may not match up directly to the tutorial's source code.

The code samples utilize the following libraries/bindings:

  • gl: OpenGL core
  • glfw3: Windowing, input, etc
  • glh: OpenGL helper functions, ex. shader program creation
  • go3d: Vector and matrix functions