Top "Libgdx" questions

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.

Failed to resolve: com.google.android.gms:play-services in IntelliJ Idea with gradle

I'm trying to add google play services to my libGDX project in IntelliJ Idea. I've followed the setup guide here: …

java android intellij-idea gradle libgdx
How to create a button in Libgdx?

I want to create a button that changes when the user hovers it, or clicking it. I created the following …

java libgdx scene2d
How to deal with different aspect ratios in libGDX?

I have implemented some screens using libGDX that would obviously use the Screen class provided by the libGDX framework. However, …

android opengl-es libgdx aspect-ratio
How can I draw text using Libgdx/Java?

I've been having a lot of trouble Googling how to draw simple 2D text with Libgdx. Here is the code …

java graphics libgdx
Libgdx - How to draw filled rectangle in the right place in scene2d?

I am using scene2d. Here is my code: group.addActor(new Actor() { @Override public Actor hit(float arg0, float …

drawing game-engine libgdx shapes rectangles
"File not found" when running new LibGDX project

I trying to learn LibGDX, I install all the software listed here with a new Eclipse 4.3 on a fresh formatted …

java libgdx
Could not find class XXX referenced from method XXX.<YYY>

I'm working on a libGDX project and I have a class called CheerVArachnids that has another inline class which is …

android libgdx
Gradle Could not find tools.jar

I am trying to make a game with LibGdx. I love it! It is sooo simple and a lot better …

java gradle libgdx desktop gradlew
Default Skin LibGDX?

I've been following this: https://code.google.com/p/table-layout/#Quickstart to get a little introduction to tables in LibGDX. …

java layout libgdx
android.os.Bundle cannot be resolved in libgdx Android project

I've just started using Libgdx to practice making games and I used the project creation .jar provided on the site …

java android eclipse libgdx