From 9c3f0b51995163500b06a94f59e4f7729891ca24 Mon Sep 17 00:00:00 2001 From: Calvin Hartwell Date: Thu, 22 Jun 2017 00:25:21 +0100 Subject: [PATCH] upgraded project using Visual Studio 2015 Community Edition and confirmed build is working --- README.md | 10 +++++----- glxgears/glxgears.vcxproj | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f1fc6d1..20446a8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # glxgears for Windows - OpenGL Demo & Benchmark Tool -This repo is a windows port of the common unix opengl application glxgears. +This repo is a windows port of the common unix opengl application glxgears. -Glxgears is a common tool for testing the OpenGL rendering pipeline and gives a simple fps benchmark from the gears animaiton. +Glxgears is a common tool for testing the OpenGL rendering pipeline and gives a simple fps benchmark from the gears animation. -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+). +This particular port is compiled in Visual Studio 2015 and it should be very easy to upgrade this project for newer versions of visual studio (2013/2014+). 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). A more modern approach would be to use things like shaders - the rendering pipeline is actually emulated with shaders as of 2.0+ -If ported, this application may not work correctly with the OpenGL-ES specification (mobile devices). +If ported, this application may not work correctly with the OpenGL-ES specification (mobile devices). -The original glxgears application was written by Brian Paul in 1999-2001 his license/warranty is provided within the source-code. +The original glxgears application was written by Brian Paul in 1999-2001 his license/warranty is provided within the source-code. diff --git a/glxgears/glxgears.vcxproj b/glxgears/glxgears.vcxproj index cc45bb1..5a08370 100644 --- a/glxgears/glxgears.vcxproj +++ b/glxgears/glxgears.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -18,13 +18,13 @@ Application true - v110 + v140 MultiByte Application false - v110 + v140 true MultiByte