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.

libgdx with scene2d and actor is not displaying the sprite

I am testing out Libgdx and Scene2d. I expected this small program to display a logo, but it draws …

java libgdx scene2d
Libgdx app.exit() on Android not closing application

In my Android app developed with libGDX I use Gdx.app.exit() when the user tries to exit the game. …

android libgdx exit
Cocos2D OR libgdx for Android Game Development

I just want to know, that in the long run, using which of these engines will be better. Although I …

android game-engine libgdx cocos2d-android
libgdx texture filters and mipmap

When I try to use mipmap filtering in LibGDX, none of the images appear. I'm new to LibGDX, and I …

java textures libgdx mipmaps
Error at building model of new Gradle project for libgdx

I installed Gradle in eclipse and want to import a libgdx Gradle project. But when i click on "Build Model" …

eclipse build model gradle libgdx
What exactly is "tools.jar" in the Android SDK?

So, I've been trying to build a project in LibGDX for about 10 hours now. In case you'r unfamiliar, LibGDX is …

android gradle sdk libgdx tools.jar
When to use actors in libgdx? What are cons and pros?

I'm writing simple solar system simulator. This is my first libgdx project. I'm using a Stage and Actors for the …

java android actor libgdx stage
Using the same font with different sizes in libgdx

I am using BitmapFonts, LabelStyles and Labels for my texts. I want to resize some labels, so I use this: …

java fonts libgdx
How to set portrait mode with libGDX?

I've created a game, and it is OK in desktop mode, but when i launch it on my S3, it …

java android libgdx
Can't change font color in Libgdx

I'm trying to change the color of the font I use in my application. But whatever I try the font …

java fonts libgdx