Skip to content

Rn84/glxtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glxtension

Build Status: Build Status

glextension let's you see what your current OpenGL setup is capable of in terms of OpenGL Version, Renderer, Vendor and Extensions. Especially the latter is pretty important and that's where the main focus of this application lies on. It presents sort of a tree-list of a extensions grouped by corporation or institution that are currently available on your system:

Filter the extension tree

Apart from that you can read the extension's specification either by double-clicking on the extension name in the tree-list or by using the auto-completion combo-box on the Specifications tab.

Read the specification

Building from source

Get the build dependencies (Ubuntu/Debian way):

sudo apt-get install libqt4-opengl-dev qt4-qmake libqtgui4 libqtwebkit-dev

Check out the source from Github

git clone https://github.com/kwk/glxtension.git

Create a shadow-build directory and navigate to it

mkdir glxtension/build
cd glxtension/build

Create Makefiles

qmake ..

Run Make

make

Run the application

./glxtension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.8%
  • Prolog 6.2%