Skip to content

Commit b51ec6a

Browse files
Create readme.md
Created readme file
1 parent c5722fa commit b51ec6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# glxgears for Windows - OpenGL Demo & Benchmark Tool
2+
3+
This repo is a windows port of the common unix opengl application glxgears.
4+
5+
Glxgears is a common tool for testing the OpenGL rendering pipeline and gives a simple fps benchmark from the gears animaiton.
6+
7+
This particular port is compiled in Visual Studio 2012 and it should be very easy to uprade this project for newer versions of visual studio (2013/2014+).
8+
9+
Unfortunately this tool is now very dated - it makes use of the old style OpenGL fixed rendering pipeline which has been deprecated for a long time (https://www.opengl.org/wiki/Fixed_Function_Pipeline).
10+
11+
A more modern approach would be to use things like shaders - the rendering pipeline is actually emulated with shaders as of 2.0+
12+
13+
If ported, this application may not work correctly with the OpenGL-ES specification (mobile devices).
14+
15+
The original glxgears application was written by Brian Paul in 1999-2001 his license/warranty is provided within the source-code.

0 commit comments

Comments
 (0)