Skip to content

Martinfx/LearnOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e073fbc · Jun 12, 2018

History

51 Commits
Sep 19, 2017
Sep 28, 2017
Jan 15, 2018
Jan 15, 2018
Sep 19, 2017
Sep 19, 2017
Jun 12, 2018
Jun 12, 2018
Sep 19, 2017
Sep 19, 2017
Sep 19, 2017
Sep 28, 2017
Sep 19, 2017
Jan 15, 2018

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