Go to file
Michael Pfaff fc8b1a9fbe
Add a module-info.java, use unfettered in MemoryUtilSun
2023-12-25 17:13:31 -05:00
.github Add warnings that the project is not actively maintained 2016-07-14 21:41:59 +03:00
doc Part 1/2 2022-03-22 21:26:50 -04:00
libs Rename native *.jnilib files to *.dylib to allow Java 8 compatibility 2014-03-25 22:02:27 +00:00
maven Part 1/2 2022-03-22 21:26:50 -04:00
platform_build Configurable compiler on linux, dos2unix on a file, consistent indentation 2023-06-25 18:35:37 -04:00
src Add a module-info.java, use unfettered in MemoryUtilSun 2023-12-25 17:13:31 -05:00
.gitignore Prune .gitignore 2022-09-08 07:10:58 -04:00
.tool-versions Use tinsel and public unfettered lib 2023-10-22 13:00:08 -04:00
Containerfile Fix ant package name in Containerfile 2022-03-29 13:49:52 -04:00
README.md Add warnings that the project is not actively maintained 2016-07-14 21:41:59 +03:00
Tinsel.lua Add a module-info.java, use unfettered in MemoryUtilSun 2023-12-25 17:13:31 -05:00
build.sh Add jar step to build.sh 2023-06-25 21:36:14 -04:00
build.xml Remove version check from build.xml 2022-08-26 15:04:17 -04:00
run-test.sh Remove a lot of synchronization 2022-08-14 13:21:03 -04:00

README.md

[LEGACY] LWJGL - Lightweight Java Game Library

WARNING

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.

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://legacy.lwjgl.org Forum: http://forum.lwjgl.org Bugs/Suggestions: https://github.com/LWJGL/lwjgl/issues

Compilation

LWJGL requires a JDK and Ant installed to compile, as well as your platforms native compiler to compile the JNI.

  • ant generate-all
  • ant compile
  • ant compile_native