LibGDX is an open-source cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, Mac OS X, Android, iOS and WebGL enabled browsers.
I have a problem with the method sprite.setSize(float x, float y) in Libgdx. It does not affect the …
java libgdx spriteI'm trying to change the animation between Libgdx Screens. I want to write my custom animation (fade in, fade out, …
screen libgdxI'm trying to add gdx-tools.jar to a libGDX project in IntelliJ. The result: Module "android" must not contain source …
jar intellij-idea libgdxHow can I scale a Bitmapfont object in LibGDX? It seems the method setScale is no longer available.
java android libgdxI have been trying to figure out a way to center text on a button, but can't find an easy, …
java libgdxHow to get cursor position in libgdx and apply it to sprite? Like this? I want my sprite to have …
java libgdxi have a problem with setting up an image to a dynamic/static body. i found a flash code about …
box2d libgdxI'm just going through the javadoc and various tutorials on libgdx and I'm at the stage of trying to figure …
sprite libgdx actorI'm developing a game using libGDX and I would like to know how I can drag and drop an Actor. …
java android libgdx