The OpenGL 3 Sample Pack is a collection of OpenGL 3 samples based on "Core" features. OpenGL 3.1 drivers are required for most samples but a sample requires OpenGL 3.2.
The purpose of this samples pack is just to document the new API with some code to get started with a modern way to use OpenGL.
This project is using SDL 1.3 beta to create a window with an OpenGL 3 context, GLM 0.8.4.1 as a math library and a replacement for deprecated OpenGL fucntions and GLI 0.1.1.0 to load images, either compressed or not.
12 samples are included in this first release but a lot more samples are on their ways, I hope this release will be a great appetizer for future releases!