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 remove gaps between tiled textures?

I'm using LibGDX to make a platformer. I'm using square tiles for the platforms but when they are drawn some …

java libgdx textures sprite tile
Will LibGDX supports 3D like Unity3D

Can anyone please tell me that will libgdx supports 3D like Unity3D and please tell me some games which …

android libgdx game-development
Texture from texturepacker in LibGDX

Trying get my head around the texture wrapper in (the awesome) LibGDX framework and I need help. I would like …

java android textures libgdx texturepacker
LibGDX Texture to ByteBuffer

I am trying to convert a Texture to a Pixmap in LibGDX so I can get all of the pixel …

textures libgdx bytebuffer pixmap
How to manage back button with multiple screens in Libgdx?

If there is some way how to manage back button in Libgdx? for example in Andengine I have implemented this …

java libgdx back
libgdx TextureRegion to Pixmap

How do I create Pixmap from TextureRegion or from Sprite? I need this in order to change color of some …

libgdx pixmap
Libgdx Box2D pixel to meter conversion?

When trying to program a game using Box2D, I ran into a problem with Box2D. I filled in …

java eclipse libgdx jbox2d
scene2d button scaling with libgdx

I don't know if it is just me, but drawables confuse me. Are they intended to keep the size they …

android button libgdx scaling scene2d
Libgdx not using Opengl ES 2.0

Preferably, I'd like to use OpenGL ES 2.0 for a new 3d game I started making. Anyway, I've been developing it …

opengl-es-2.0 lwjgl libgdx glx
LibGDX initialize Drawable

This is a Question for those who are familiar with the new LibGDX 0.98. I'm not quite sure, how to use …

java libgdx scene2d