I am following a openGL tutorial which includes this function called "glutCreateWindow", my compiler (XCode 5 gcc, OSX) says it is deprecated.
What else option would be proper to replace these "glut*" related functions?
glutCreateWindow
glutDisplayFunc
glutMainLoop
?