I want to start writing programs with graphics and with a little search on the web i saw that openGL and the higher level library GLUT are used the most.
The thing is that i cant find a good tutorial to start with.All i find are tutorials with some examples of triangles and line loops but nothing more.
I want to start from the beginning but i dont know where to start.
Should i first start reading about openGL and then GLUT or openGL is too low level and i should start with GLUT.
Can you point me to the right direction and provide some good tutorials to start with?Also is there any other api for graphical programming or GLUT is a good one to start with?