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.

How to track multiple touch events in Libgdx?

I am making a racing game using Libgdx. I want to touch the half right side of screen to speed …

java libgdx multi-touch
Libgdx: Pause menu and Pause state

I have a question regarding the pausing/freezing a game while a window/pausemenu will appear at center of the …

java libgdx onpause
libgdx multiple objects implementing InputProcessor

So on my Screen I have two objects of the same class that implement InputProcessor with the following keyDown() method: @…

java libgdx
Unbound classpath variable junit and log4j when importing a libgdx project in to eclipse

I'm trying to import and run the project listed here: Scene2d Actions and Event Handling I start by downloading …

java eclipse libgdx scene2d
Moving a point (vector) on an angle + Libgdx

i wanna move a point (Vector2) on an angle. i have my angle. but i'm not good in math or …

java math libgdx transfer angle
libgdx - how to add background image in stage?

I am learning libgdx but i am stuck at a point.. I have added a button in my stage , now …

java android libgdx game-engine scene2d
How to do blending in LibGDX

I basically want to play around with blending modes in LibGDX but don't know how to do it. I found …

java opengl libgdx
Libgdx How to get a list of files in a directory?

So I am trying to get a list of files in a directory with a file handle.list() method but …

java file-io libgdx
Calculating the DFT with Jtransform's DoubleFFT_1D() for android

I have been searching everywhere to find a reliable method to calculate the FFT of an audio byte stream received …

android fft dft libgdx
LibGDX - Get Swipe Up or swipe right etc.?

touch area http://imageshack.us/a/img836/2909/swipe1.png In the green area the user can swipe up, right, down, …

java android touch libgdx swipe