glCapsViewer icon indicating copy to clipboard operation
glCapsViewer copied to clipboard

C++ port of the OpenGL hardware capability viewer

OpenGL hardware capability viewer

Client application for the OpenGL hardware capabilitiy database.

This tool uploads OpenGL hardware reports to the OpenGL hardware database at http://opengl.gpuinfo.org

Works with windows, linux and Mac OS.

Depedencies

glCapsViewer depends on the following libraries and frameworks :

  • GLEW - http://glew.sourceforge.net/
  • GLFW - http://www.glfw.org/
  • Qt - https://qt-project.org/

Thanks to their creators for making my coding life easier :)

Building

The repository includes a CMakeLists.txt for use with https://cmake.org/