Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

soiheardyoulike

macrumors newbie
Original poster
Jul 16, 2008
4
0
I recently picked up this book called opengl super bible 4th edition and it talked about cross platform and using glut. I know glut has not been added to for years but would you use glut in any other application then for learning or demonstrating or can glut stand on its own as a display tool for cross platform work?

Thanks a lot.
 
I recently picked up this book called opengl super bible 4th edition and it talked about cross platform and using glut. I know glut has not been added to for years but would you use glut in any other application then for learning or demonstrating or can glut stand on its own as a display tool for cross platform work?

Thanks a lot.

GLUT is great for learning to use OpenGL because you can concentrate on OpenGL and not have to worry about any windowing APIs. For proper OpenGL development I would recommend either the platform native APIs or something like Qt. But if you are developing a game chances are you'll just be using fullscreen mode only, which renders much of that null and void.

Another useful API is SDL which works well with OpenGL.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.