Hi,
SHC (also on this forum) has a good tutorial series about modern OpenGL using LWJGL 3:
http://goharsha.com/lwjgl-tutorial-series/A few good reads (among others, just search for "OpenGL whatyouwanttoknow tutorial"):
http://www.songho.ca/opengl/gl_vbo.htmlhttp://www.lighthouse3d.com/tutorials/glsl-tutorial/As an advice for learning OpenGL:
Do not get attached to LWJGL and try to find LWJGL-specific tutorials on the web when learning about OpenGL.
You won't find much.
Instead, stick to just "OpenGL" when you search for something (like "OpenGL shader tutorial") and then translate what you'll find to Java with LWJGL.
Once you have the basic mechanics of LWJGL and GLFW done, which even the "
Get started" page on the LWJGL site teaches you how to do, then you can of course also use the
LWJGL 2 tutorials on the LWJGL 2 Wiki site.
Cheers,
Kai