I 've got Visual Studio .NET express 2010 installed- C++, C#, but I can't find good easy examples how to make opengl work in visual studio. there are either many files in different examples (which is ok, but I want simplest program - say something like hello world using opengl 3d text or program to show a triangle at least).
so which include files I have to use? where to get them? how to connect to those headers .h, .c for opengl? should I use some special dlls? where to get them? or special libs?
probably you can suggest something for simpler programming like glut or how is that called so I can write less code, and get faster results using that additional libraries...
So what kind of program I have to create when I start visual studio, and how to connect all those files, libraries etc, and where to get them (any links? I would like youtube direct video link with links to download examples which are openable in Visual studio .net express 2010)...
if there are some examples to use simple animation - that is even better. say, animated triangle at least, animated text.
I would like best if I get as little code as possible, but as much as possible explanations and visual illustrations with images, video etc...
anyone help in this please
well yes if you know some commands in opengl to show some images directly on screen - that would also do very well (I know opengl seem to support targa textures, so maybe you have an example for me to draw some triangle/square with applied texture).
for beginning this would do thank you




