• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-May-2022-1811

applet/H03-May-2022-64

doc/H03-May-2022-149122

eclipse-update/H08-Dec-2016-6,0824,218

libs/H03-May-2022-

maven/H03-May-2022-377316

platform_build/H03-May-2022-1,9841,673

res/H03-May-2022-

src/H08-Dec-2016-166,12782,887

.gitignoreH A D03-May-2022372 2221

README.mdH A D03-May-20221.2 KiB2518

build.xmlH A D03-May-202227.8 KiB692552

README.md

1[LEGACY] LWJGL - Lightweight Java Game Library
2======
3
4> **WARNING**
5>
6> This is the repository of the original LWJGL, which is no longer actively maintained. Unless you have released a product that uses LWJGL 2.x, you should probably be looking at [LWJGL 3](https://github.com/LWJGL/lwjgl3).
7
8The 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.
9LWJGL 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.
10Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks.
11All in a simple and straight forward API.
12
13Website: [http://legacy.lwjgl.org](http://legacy.lwjgl.org)
14Forum: [http://forum.lwjgl.org](http://forum.lwjgl.org)
15Bugs/Suggestions: [https://github.com/LWJGL/lwjgl/issues](https://github.com/LWJGL/lwjgl/issues)
16
17Compilation
18-----------
19
20LWJGL requires a JDK and Ant installed to compile, as well as your platforms native compiler to compile the JNI.
21
22* ant generate-all
23* ant compile
24* ant compile_native
25