Lightweight Java Game Library
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (May 2011) |
|
|
The topic of this article may not meet Wikipedia's general notability guideline. Please help to establish notability by adding reliable, secondary sources about the topic. If notability cannot be established, the article is likely to be merged, redirected, or deleted. (July 2010) |
| Developer(s) | LWJGL team |
|---|---|
| Stable release | 2.8.2 / 13th November 2011 |
| Written in | Java |
| Operating system | Cross-platform |
| Type | Java software library |
| License | BSD license |
| Website | www.lwjgl.org |
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), OpenCL (Open Computing Language) 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 is also the basis of many java game engines and libraries.
LWJGL is available under a BSD license, which means it's open source and freely available.
[edit] See also
- Java OpenGL, another wrapper library that allows OpenGL to be used in Java programming language
- Minecraft, A sandbox construction game using the LWJGL library
[edit] External links
[edit] References
| This computer graphics-related article is a stub. You can help Wikipedia by expanding it. |