Starting with LWJGL

Where can I find a tutorial to start programming with LWJGL? Couse I didn’t found nothing in LWJGL official site/wiki. I’m new to Java game programming, my past experiencies was only the code in “Killer Game Programming in Java” and “Developing Games in Java” books.

I wanna start coding simple 2D platform games, like Super Mario Bros and Megaman, or shooters like Space Invaders and others.

:slight_smile:

Here’s one location of a zipfile of the lessons:

http://ca.geocities.com/mark.bernard@rogers.com/NeHeGLLessons.zip

The LWJGL Wiki appears to be empty at this moment, looks like a fresh, virgin wiki.

That link is no longer active. You can get each lesson from NeHe’s site:

http://nehe.gamedev.net

At the bottom of each lesson is the source code, plus code for conversions to many formats. There are conversions for LWJGL up to lesson 30.