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
- Host: GitHub
- URL: https://github.com/saschawillems/glcapsviewer
- Owner: SaschaWillems
- License: lgpl-3.0
- Created: 2014-12-24T20:58:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T17:26:43.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:53:22.229Z (about 2 months ago)
- Topics: opengl
- Language: C++
- Size: 368 KB
- Stars: 108
- Watchers: 13
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/