Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 224 Bytes

opengl-tutorial

Some sample code for OpenGL I've learned from http://www.opengl-tutorial.org

Build

Build on ArchLinux:

  • Install required libraries:

    pacman -S glfw glew glm

  • build with cmake