Registry / other / gdx-backend-lwjgl

gdx-backend-lwjgl

JSON →
library1.14.0javamavenunverified

LWJGL backend for LibGDX, enabling desktop game development with OpenGL.

<dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx-backend-lwjgl</artifactId> <version>1.14.0</version> </dependency>
INSTALL
IMPORT
SIG · GDX-BACKEND-LWJGL
G
gdx-backend-lwjgl
otherjavav1.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LwjglApplication
com.badlogic.gdx.backends.lwjgl.LwjglApplication

Creates a desktop application using the LWJGL backend.

import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.Game; public class MyGame extends Game { @Override public void create() { // initialization } public static void main(String[] args) { new LwjglApplication(new MyGame()); } }
Debug
Known issues
breakingLWJGL 2 is deprecated; consider using LWJGL 3 backend (gdx-backend-lwjgl3).
fix
Switch to com.badlogicgames.gdx:gdx-backend-lwjgl3 for newer versions.
affects: >=1.9.0
Upgrade
Version history
1.14.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gdx-backend-lwjgl — mvn dependency:get gdx-backend-lwjgl · libregistry