Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 511 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 511 Bytes

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