OpenGL 1.1 and LWJGL to newer version

Hello,

As Ive been learning how to use the LWJGL framework, its become apparent to me that all the tutorials or basic display setup to drawing polygons are extremely outdated using the old deprecated OpenGL libraries.
Can anyone point me to any newer based Books/Tutorials or guides to help with with learning OpenGL.

I know this question has been asked multiple times but all the answers have been the old deprecated tutorials.

Thanks Termination.

Awesome tutorials using modern OpenGL 3.3: www.arcsynthesis.org/gltut
Java ports of above tutorials: www.bitbucket.org/ra4king/lwjgl-shader-tutorials

Ah thanks for that, seems like there are some tutorials after all.

This also may be of interest to you:

It focuses on GLSL and the “modern” programmable pipeline, however, it uses GL 2.1 compliant code.

There are still many Macs and other machines, mine included, that do not support greater than 2.1. More importantly, OpenGL ES is basically just 2.1, so learning 3.0-specific features won’t help you much when you go to program for Android/iOS/WebGL.

Thanks for that, great source of knowledge you are.

At least Im getting some help in this topic compared to my other one.