An open API service indexing awesome lists of open source software.

https://github.com/saschawillems/glcapsviewer

C++ port of the OpenGL hardware capability viewer
https://github.com/saschawillems/glcapsviewer

opengl

Last synced: 29 days ago
JSON representation

C++ port of the OpenGL hardware capability viewer

Awesome Lists containing this project

README

        

# 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/