The Lightweight Java Game Library (LWJGL) is an open source Java software library for computer game developers.
LWJGL exposes high performance cross-platform libraries commonly used in developing software games and multimedia titles. It exposes OpenGL (Open Graphics Library), OpenAL (Open Audio Library) and allows access to controllers such as gamepads, steering wheels and joysticks in a platform-neutral way.
The primary goal of the project is to provide a technology which allows Java developers to get access to resources that are otherwise unavailable or poorly implemented on the existing Java platform. The main philosophy is to expose underlying technology as a thin wrapper, thus creating a simple API. It has been the foundation of other complete game libraries and game engines such as the jMonkey Engine or Jake2.
LWJGL is available under a BSD license, which means it's open source and freely available.
Version 2.0 was released October 26, 2008, with support for OpenGL 3 and Solaris. The current version is 2.1.0, which was released in March 2009.
See also
- Java OpenGL, another wrapper library that allows OpenGL to be used in Java programming language
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)


