glCapsViewer 1.0 beta release

I just released version 1.0 (beta) of the OpenGL hardware capability viewer (C++ port using Qt). Note that it’s a beta release and my first C++ (and Qt) application released to the public.

Release on gitHub: https://github.com/SaschaWillems/glCapsViewer/releases/tag/v1.0-beta

Binary downloads (win32) :

https://github.com/SaschaWillems/glCapsViewer/releases/download/v1.0-beta/glcapsviewer_v1_0-beta_win32.7z

or

http://opengl.delphigl.de/releases/glcapsviewer_v1_0-beta_win32.7z

If you find any bugs, please post them in the comment section or (better) open an issue at the github repository.

Right now windows only, other platforms (linux first) will follow as soon as I’ve moved the project to CMake.