Changes between Version 50 and Version 51 of tutorial


Ignore:
Timestamp:
Jul 2, 2013, 11:32:06 PM (11 years ago)
Author:
leon
Comment:

Abstract review

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v50 v51  
    1010graphics and other embarrassing parallel problems. OpenGL evolved from
    1111immediate mode to GPU only processing with the advent of OpenGL Shading
    12 Language (GLSL). OpenGL Shading Language (GLSL) is used for that without
     12Language (GLSL). GLSL is used for tutorial without the
    1313tendency to introduce ''photo-realism''as output but rather useful colors
    1414for scientific data exploration.
     
    2020be able to use modern OpenGL 3.1+ programming principles.
    2121
    22 Running this tutorial on Linux desktop one requires at least the OpenGL 2.0 graphics
    23 with the GLSL 1.1 and supporting libraries GL, GLU, GLUT, GLEW.
     22Running this tutorial on Linux desktop one requires at least the OpenGL 2.1 graphics
     23with the GLSL 1.2 and supporting libraries GL, GLU, GLUT, GLEW.
    2424This can be verified with the following commands:
    2525{{{