Skip to content

Martinfx/LearnOpenGL

Repository files navigation

LearnOpenGL

What is this

Simple example for OpenGL with GLFW, GLEW, GLM

  • Window exmple with GLFW
  • Color triangle with GLFW, GLEW
  • Triangle with more atributte
  • Color plane
  • Plane with texture
  • 3D Box with texture
  • Camera fly and rotate
  • Light ambient, diffuse, specular color
  • Skybox

How to compile projects

Compile only FreeBSD, Linux projects are in .pro for QTCreator

Dependencies

  • GLFW
  • GLEW
  • Stb_image
  • GLM

Support OS

  • FreeBSD
  • Linux