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.

Java LibGDX BitmapFont setScale method not working

I am currently trying to scale a font but I am receiving the error "the method setScale(float, float) is …

java libgdx
Little LibGdx trouble loading file

So I have been trying to load a Particle effect file to libgdx and im getting a file not found …

java file-io libgdx filenotfoundexception particle-system
Exporting A Libgdx Game as Executable Jar from Android Studio

Okay so I made a game using Libgdx and I intended it to be a android app(which is why …

android-studio libgdx executable-jar
Assets Folder Not Getting Added To Android Studio Project and APK

I'm trying to add an Assets folder to my Android Project in Android Studio 2.1.2. I right click on the project …

android android-studio libgdx android-resources android-assets
is calling libgdx SpriteBatch begin and end method multiple times expensive?

Are the libgdx SpriteBatch begin and end methods expensive for the processor or make the performance slow if I call …

android performance methods opengl-es libgdx
Is Cocos2d-x commercial quality?

Possible Duplicate: Cocos2D OR libgdx for Android Game Developement I am interested in using cocos2d-x for Android and …

game-engine libgdx cocos2d-x
Draw a BitmapFont rotated in libgdx

I can't seem to figure out how to rotate a Bitmap font correctly. I think you modify the transformation matrix …

java matrix rotation libgdx bitmap-fonts
GLSL Shader Error on Mac, but not Windows: cannot convert from 'const int' to '4-component vector of float'

I'm new to shaders and I started playing around with some of them yesterday. They compile fine on my Windows …

java opengl glsl libgdx glsles
LibGDX stage coordinates change on window resize

I have seen lots of topics on LibGDX and screen/cam coordinates and also some on window resizing, but I …

resize window libgdx coordinates stage
Loading nine-patch image as a Libgdx Scene2d Button background looks awful

I'm trying to use a Nine Patch as a background for a Libgdx Scene2d UI button. It is loading, …

java libgdx nine-patch