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.

Changing the Coordinate System in LibGDX (Java)

LibGDX has a coordinate system where (0,0) is at the bottom-left. (like this image: http://i.stack.imgur.com/jVrJ0.png) …

java 2d sprite coordinate-systems libgdx
Could not find com.android.tools.build:gradle:2.2.2

A friend of mine copy pasted a libgdx project folder on his pc and sent the project to me(through …

java android-studio gradle libgdx
TrueType Fonts in libGDX

Does anyone know how I can use a TTF font in libGDX? I have looked around and have seen things …

java android fonts true-type-fonts libgdx
How to get screen resolution of an android device using LIBGDX?

I am working android game development and I am new in it. I want to develop a game which screen …

android libgdx
Actions of Actors in libgdx

I have made my Actor, but I am unclear on how to take advantage of the action and act methods. …

android action actor libgdx
How to move a sprite with the keyboard keys using libGDX?

i have just started using java and libgdx and have this code, very simply it prints a sprite onto the …

java sprite libgdx
How to draw smooth text in libgdx?

I try to draw simple text in my android game on libgdx, but it's look sharp. How to make text …

libgdx
Unity vs Libgdx vs Cocos2d-x

I'm a Android and a Software Programmer. Currently I know three languages C++, C#, Java. Now I want to make …

cocos2d-iphone unity3d libgdx game-engine
android studio cannot resolve import org.json.JSONObject

I used libgdx to build my project and I am having issues using the JSONObject class. When I add import …

android json gradle libgdx libraries
In libgdx, how do I get input from the back button?

For my game, I'd like the Android back button to take you to the pause menu, instead of minimizing the …

android libgdx