Can i use LWJGL 3 with OpenGL 1.4?

Started by c56edfrq, February 09, 2018, 15:39:31

Previous topic - Next topic

c56edfrq

Hi guys, today I had downloaded LWJGL. Since I saw most of the tutorials explaining how to use the library with OpenGL 2.1+, my question was if I could use the library for OpenGL 1.4? :P

kappa

Yes, you can use OpenGL 1.4 with LWJGL3.

Just stick to using its GL11 to GL14 classes in the opengl package. Using any classes GL15+ will mean you are using a version higher than OpenGL 1.4.

c56edfrq