Registry / other / gdx
library1.14.0javamavenunverified

libGDX is a cross-platform game development framework for Java, supporting Android, desktop, iOS, and HTML5.

<dependency> <groupId>com.badlogicgames.gdx</groupId> <artifactId>gdx</artifactId> <version>1.14.0</version> </dependency>
INSTALL
IMPORT
SIG · GDX
G
gdx
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.

ApplicationListener
com.badlogic.gdx.ApplicationListener

Minimal game application implementing ApplicationListener

import com.badlogic.gdx.ApplicationListener; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.GL20; public class MyGame implements ApplicationListener { @Override public void create() {} @Override public void render() { Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT); } @Override public void resize(int width, int height) {} @Override public void pause() {} @Override public void resume() {} @Override public void dispose() {} }
Debug
Known issues

No known issues recorded.

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 — mvn dependency:get gdx · libregistry