What happened to GLU ?

Hi!
After a few years of inactivity, I decided to get Eclipse from under the dust and try my hands at LWJGL. To get back into things, I’m trying to convert some of my previous OpenGL attempts to LWJGL. However, I’ve always used the convenient gluLookat() and gluPerspective() to set my viewport correct.

GLU is mentioned in the API docs, but Eclipse says it’s not in the jar. I guess you dropped it to keep things mean&lean.

What is the alternative to GLU? I am now downloading the source code and copying the few methods I need into my own source tree, but is that the only way?

It’s been moved to lwjgl_util.jar

yup its now in the util jar and the package import has been renamed from org.lwjgl.opengl.glu.GLU to org.lwjgl.util.glu.GLU

Thanks, all!
I never looked any further than the lwjgl.jar ;D ::slight_smile: