Go to file
Michael Pfaff 9ba07be839
Set JAVA_HOME if not already set in build.sh
2022-03-22 15:47:06 -04:00
.github Add warnings that the project is not actively maintained 2016-07-14 21:41:59 +03:00
applet Added build script and update minimum versions to Java 1.8 2022-01-05 13:50:35 -05:00
doc Finalise implementation of HiDPI mode for OS X 2013-11-12 01:25:06 +00:00
eclipse-update LWJGL info and test view are now sorted into category "general" (otherwise they are not visible in Eclipse 4.2) 2012-05-09 12:33:16 +00:00
libs Rename native *.jnilib files to *.dylib to allow Java 8 compatibility 2014-03-25 22:02:27 +00:00
maven applying rubens latest maven patches 2011-10-15 20:18:01 +00:00
platform_build Increase optimization levels 2022-03-22 15:46:18 -04:00
res Fixed JDK5 compilation issue and added SpriteShootout textures. 2011-04-08 03:41:19 +00:00
src Patch macOS build-script 2022-03-22 13:53:08 -04:00
.gitignore Ignore generated applet files 2022-02-05 12:15:29 -05:00
.tool-versions Added build script and update minimum versions to Java 1.8 2022-01-05 13:50:35 -05:00
Containerfile Added build script and update minimum versions to Java 1.8 2022-01-05 13:50:35 -05:00
README.md Add warnings that the project is not actively maintained 2016-07-14 21:41:59 +03:00
build.sh Set JAVA_HOME if not already set in build.sh 2022-03-22 15:47:06 -04:00
build.xml Added build script and update minimum versions to Java 1.8 2022-01-05 13:50:35 -05: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