glut

Started by
3 comments, last by Xyan 22 years, 3 months ago
I'd like to ask if using glut instead of win32 opengl is a bad thing to initiallise your window? What does quake use? What's this "gamemode" about in opengl? Is it faster than regular glut? Edited by - Xyan on January 1, 2002 11:36:35 AM Edited by - Xyan on January 1, 2002 11:36:56 AM
Advertisement
Well, Quake will undoubtedly use Win32 to initialize it''s window. Look at Quake III. During the startup, you see a blue window, just for a couple of seconds. That''s the program using Windows to check for processing power, the 3D card you''re using, OpenGL extensions, and lots of other things. GLUT is very much a "test" system. It''s there to allow you try out OpenGL, without having to deal with Windows, or any other kind of operating system.

I''m not sure what "gamemode" is...where did you here about it?

iNsAn1tY - the place where imagination and the real world merge...
Try http://uk.geocities.com/mentalmantle
My opinion is a recombination and regurgitation of the opinions of those around me. I bring nothing new to the table, and as such, can be safely ignored.[ Useful things - Firefox | GLee | Boost | DevIL ]
Nuff'' said.
Dirk =[Scarab]= Gerrits
gamemode from glut lets u have a fullscreen app ie it will change the windows resolution+hz+bitdepth.
personally i would look at using sdl its a bit more ''complete'' than glut + is in continued development.
performance wise there is NO difference between using glut or sdl or win32 to create your window.

http://uk.geocities.com/sloppyturds/gotterdammerung.html
gamemode from glut lets u have a fullscreen app ie it will change the windows resolution+hz+bitdepth.
personally i would look at using sdl its a bit more ''complete'' than glut + is in continued development.
performance wise there is NO difference between using glut or sdl or win32 to create your window.


http://uk.geocities.com/sloppyturds/gotterdammerung.html

This topic is closed to new replies.

Advertisement