can somebody please explain what is the difference between freeglut.h and glut.h
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
freeglut.h is from freeglut, an open-source alternative to the OpenGL Utility Toolkit (GLUT) library. According to their site:
The Background section goes on to highlight differences between the libraries.
Alternatively, glut.h is from the original version of the GLUT library.