Whats a good beginner Opengl book?
Type: Posts; User: Ksingh30
Whats a good beginner Opengl book?
im new to opengl and i use glut, but i was wondring what are some other options to glut, and which one is the best?
Im Compiling it as a C++ progrgam
I added the #include <windows.h> at the beginning, now I m getting 2 different errors. Im getting these errors now.
error C2065: 'InitializeAWindowPlease' : undeclared identifier
error...
Yes the header files are all there in my Include folder?
Hello. I recently started learing OpenGl I was going through the book and I got stuck on the first code.
this is the Code from the book:
#include <GL/gl.h>
#include <GL/glu.h>
main() {...