OpenGL Playground

January 13, 2021

This repo is my playground when I want to discover new OpenGL/rendering/geometry processing features. In a way it's more a collection of small projects from tesselation to UBO.

Libs used:

  • Assimp: Used to load model files to render
  • Eigen: Matrice and vector manipulation
  • Stbipp: Image I/O
  • glfw: Window and context provider
  • Flix01/imgui: Imgui fork with an additionnal file browser
  • glew: OpenGL extension wrangler
  • spdlog: Log system

Find the repo on Github