I\'ve been searching all around for a simple solution to add sprites to my OpenGl GLUT simple moon lander game in c++ and it appears I must use bmp\'s since they\'re easiest
You can use library GLAUX and SOIL(Simple OpenGL Image Library) . There are also other image libriries for OpenGL.