🎉 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!

glaux.h

Started by
3 comments, last by Calin 4 years, 4 months ago

This branch looks deserted. I will try my luck does anyone know where `glaux.h` could be found? I`m looking for human interaction.

My project`s facebook page is “DreamLand Page”

Advertisement

From what I know glaux.h has been deprecated… but you can find it here:

http://course.ece.cmu.edu/~ece796/project99/8/final/code/18-796Project/include/gl/GLAUX.H

Programmer and 3D Artist

Calin said:
I`m looking for human interaction.

You're not going to find much of that using obsolete libs and deprecated OpenGL. It's even difficult using modern OpenGL because most people just use Unity or some other engine/library. A good starting point for OpenGL is version 3.3.

RUN in the other direction if you see glbegin/glend. Avoid old NeHe tutorials at all costs.

This video gives you a good idea what to expect with modern OpenGL. It's well worth a watch.

https://www.youtube.com/watch?v=6-9XFm7XAT8

That video is also several years old now. If it says use GLUT, ignore that completely. Use GLFW or some similar windowing lib. GLEW is still relevant.

🙂🙂🙂🙂🙂<←The tone posse, ready for action.

fleabay said:
It's even difficult using modern OpenGL because most people just use Unity

The battle isn`t lost

Rutin thanks

My project`s facebook page is “DreamLand Page”

This topic is closed to new replies.

Advertisement