Lightweight Java Game Library

From Wikipedia, the free encyclopedia

The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance cross-platform libraries such as OpenGL (Open Graphics Library) and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound. Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks. All in a simple and straight forward API. The LWJGL project also has bindings for FMOD and DevIL, formerly known as OpenIL. LWJGL 1.0 was released February 4th, 2007.

LWJGL is not meant to make writing games particularly easy; it is primarily an enabling technology which allows developers to get at resources that are simply otherwise unavailable or poorly implemented on the existing Java platform. It is anticipated that the LWJGL will, through evolution and extension, become the foundation for more complete game libraries and "game engines" as they have popularly become known, and hide some of the new evils we have had to expose in the APIs. One such example is the jMonkey Engine.

LWJGL is available under a BSD license, which means it's open source and freely available.

[edit] See also

[edit] External links

In other languages