tags:

views:

58

answers:

2

ow to write a very simple gl app using newest api. And what is gl.h where to downlaod it, how to use it

+1  A: 

Start here: http://www.opengl.org/code/category/C22

Let_Me_Be
But where is GL dicrectory, I see many tutorial include gl/gl,h but i don't know where to download it
Snoob
@Snoob http://www.opengl.org/resources/faq/technical/gettingstarted.htm Q:2.060
Let_Me_Be
+1  A: 

Here is a very up-to-date Wiki which also explains how to get started writing software with the new OpenGL 3.0 API:

http://www.opengl.org/wiki/Getting_started

Adhemar