Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGL 3.2 Programming Guide?

Tags:

c++

opengl

Most resources available online are very outdated. Specifically, they are all about OpenGL 2 which matches to DirectX 9.

The current specification is 3.2 which is equivalent (or, well, very close) to DirectX 10 (11). But the specification itself is very hard to read. In contrast, DirectX SDK is a wonderful piece of documentation, samples, and tools.

Where I can get the programming guide for OpenGL, that is not outdated? Where can I get the samples? And so on.

like image 842
Mad Fish Avatar asked Oct 06 '09 21:10

Mad Fish


1 Answers

The OpenGL Technical Wiki is a starting point. It also contains some OpenGL 3.2 tutorials. Don't expect anything like the DirectX SDK, but afaik there's no better resource. OpenGL learning seems to be more like a trial and error process, where the developer forum is especially helpful.

like image 76
Malte Clasen Avatar answered Sep 19 '22 22:09

Malte Clasen