🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

GLUT, where can i learn it?

Started by
2 comments, last by Moogle 22 years, 10 months ago
I am new and I heard you could remove the whoel underlaying microsoft-bullshit-large-parameter-stuff tm with it so now I am very intrested in it. Where can I get it and learn it? I use MSVC++. Oh and I intend to use it together with OpenGL is that possible? Thanks in beforehand
-=Moogle=-
Advertisement
You can''t do anything useful with GLUT unless you use OpenGL, so it''s perfectly ok (that''s why it was made).

I''ve never used GLUT myself, so I''m not sure if this page is up-to-date or not, but you can still take a look at it: http://reality.sgi.com/mjk_asd/spec3/spec3.html

I''d personally suggest you use SDL if you''re making something you''ll distribute as more than just a demo. It is a cross platform game oriented library that does all that GLUT does plus some. It has 2D graphics built in, but you can just ignore those and use OpenGL with it. They have a reference to SDL linked on their page that tells you how to use OpenGL with it, and it''s pretty easy.

[Resist Windows XP''s Invasive Production Activation Technology!]
this version has all the makefiles for vc
http://www.xmission.com/%7Enate/glut.html
Hope this link is useful.
http://www.css.tayloru.edu/~btoll/resources/direct.php?loc=OpenGL

its a list of OpenGL and GLUT resources.

This topic is closed to new replies.

Advertisement