/opengl-examples

Modern OpenGL (fixed pipeline free) examples based on http://open.gl

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

OpenGL Examples

Modern OpenGL (fixed-pipeline free) examples based on http://open.gl

Requirements

  1. CMake
  2. OpenGL
  3. GLEW
  4. GLFW

Building

As simple as typing:

mkdir Build && cd Build && cmake ..

And then build the generated files with your favourite compiler, e.g.:

make

Running

Binaries could be found at $BUILD_DIR/Binaries/$PLATFORM_NAME/$CONFIGURATION_NAME, e.g.:

Build/Binaries/Linux/Release