• Stars
    star
    221
  • Rank 179,773 (Top 4 %)
  • Language
    Go
  • License
    MIT License
  • Created about 12 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example programs for the various go-gl packages.

go-gl Examples Build Status

Basic Usage

These examples demonstrate initialization and basic usage. They have the bare minimum code needed.

  • gl41core-cube - Renders a textured spinning cube using GLFW 3 and OpenGL 4.1 core forward-compatible profile.
  • gl21-cube - Renders a textured spinning cube using GLFW 3 and OpenGL 2.1.