Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 311 Bytes

File metadata and controls

13 lines (11 loc) · 311 Bytes

OpenGLDeferredTutorial

Repository for a workshop about deferred rendering.

Prerequisites

  • SDL2
  • cmake 3.0.0+
  • clang 3.5+ or MSVS2015
  • OpenGL 3.3+
  • GLEW 1.3+
  • GLM

Note: On Windows all libraries should be build statically. Note2: On Windows machines all required libraries should be put in C:/libs/.