Are there any LWJGL tutorials? I wanna make a fighting game in LWJGL... If anyone else knows how to do that could you teach me what you know or link me up to places where I can read information and study it?
Thanks guys
Paul Beckett
Ranch Hand
Joined: Jun 14, 2008
Posts: 95
posted
0
I don't know of any specific lwjgl tutorials but the NeHe tutorials will give a good grounding in opengl. Most of the lessons have lwjgl source code attached. Not sure about the other components of lwjgl.
If you are not familiar with games programming then I suggest forgetting about lwjgl for now and learning some basic game programming techniques. Developing Games in Java and Killer Game Programming in Java are good starting points.