Martinfx / LearnOpenGL

Fundamentals of OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fundamentals of OpenGL

License:Apache License 2.0


Languages

Language:C++ 94.8%Language:GLSL 3.4%Language:QMake 1.7%