-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathreadme.txt
36 lines (26 loc) · 1.76 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# OpenGL Hardware Capability Viewer 1.0 (glCapsViewer) - Beta
## Copyright © 2011~2015 by Sascha Willems
## www.saschawillems.de
## About ------------------------------------------------------------------------
The OpenGL Hardware Capability Viewer collects information on your graphics card
curretn OpenGL implementation, including hardware capabilities, extension,
compressed texture formats, etc. and displays them in an easy to browse way.
This data can then be uploaded to an only database that developers can use
to check on OpenGL features and support for different graphics card on the market.
The online database is available at http://opengl.delphigl.de
Note that I develop this tool (and the database) in my spare time and that this
is no commercial grade product. So if you find any bugs please mail me or create
an issue at the github repositry (see below).
## Disclaimer --------------------------------------------------------------------
I take no responsibility for any damages/problems/nuclear meltdowns caused by this
programm and it's usage.
## License ----------------------------------------------------------------------
glCapsViewer is Open Source and FREEWARE!This means you should under no
circumstances be forced to pay for this tool!
Distribution (as of now) is also prohibited since this is an early version. Once
it reaches it's final state this will change though.
But until then : DISTRIBUTION PROHIBITED! (you may get an exception to this if
you ask nicely via [email protected])
## Sources -----------------------------------------------------------------------
As of version 1.0, the C++ port, this tool is now open source.
Sources can be found at : https://github.com/SaschaWillems/glCapsViewer