Tutorials

Here some very easy tutorials which are very well suited to start up some project

OpenGL

Very basic GL tutorial for MsDev with a simple vector class. Can also easy be ported to Linux as it is based on GLUT

Download

DP Stereo-matching

This tutorial might be interesting for somebody who wants to get started with Dynamic Programming applied for Stereo-Matching. The algorithm has less than 100 lines of code.

Download

Free Solid 2.1.1VC7

Static lib, compiles with Visual Studio .NET 7.0

This is a collision detection library from SourceForge . But the provided version doesnt compile smoothly with newer versions of Visual Studio, so here the slightly modified one for downloading.

Download

R2VB

Render to vertex-buffer in GL

Render to Vertex Buffer

little tutorial describing how to use FBO, PBO and VBO for rendering a texture to a vertex array in the GPU link - also available here