First Steps with GLSL
I have taken my first steps with OpenGL Shader Language (GLSL or GLslang) currently I have loaded, compiled and linked a program now I just have to apply it while drawing a model. I’ll post a screenshot of the finished result and the code I used.
I posted a link to the zip I included in my last entry to GameDev.net and received a few responses all saying that a tool like what I posted already exists. I checked them out and they are correct. They are also designed much better than my package (ie not a cruddy hack). Here is the list:
The OpenGL Extension Wrangler Library (GLEW)
http://glew.sourceforge.net/
The OpenGL Easy Extension library (GLee)
http://elf-stone.com/glee.php
OpenGL is your friend; DirectX/WGF is like that bratty cousin you would like to smack.