WORK IN PROGRESS: This repository is experimental. Feel free to explore, build and use (or even contribute!), but this is NOT a feature complete version of LWJGL.
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 crossplatform libraries such as OpenGL (Open Graphics Library), OpenCL (Open Computing Language) 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.
Website: http://lwjgl.org Forum: http://lwjgl.org/forum Bugs/Suggestions: https://github.com/LWJGL/lwjgl/issues
LWJGL requires a JDK and Ant installed to compile, as well as your platform's native compiler to compile the JNI.
-
ant compile-templates
-
ant compile
-
ant compile-native
-
ant tests