How did the Gurus of this site learn lwjgl

Started by PRW56, May 29, 2013, 06:43:54

Previous topic - Next topic

PRW56

I'm extremely curious how the majority of the experts here learned all the specifics of lwjgl, as far as I know there is no handbook of it, just varying tutorials that, while they do teach enough to do a great deal with the library, do not go over every single detail (at least not the ones I've seen), so I'm wondering did the experts on this site know/learn openGL (i.e. with c++)?

quew8

The OpenGL of LWJGL is almost exactly the same as c++. Only a few function parameters differ here and there. Everything else is just Java. You certainly don't need a tutorial specifically for LWJGL because the OpenGL code would be exactly the same.

kappa