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 draw a BitmapFont in LibGDX?

I'm seriously betting that I did something effing stupid and just can't seem to notice it. package com.me.mygdxgame; …

java libgdx
Button ClickListener is not working in LibGDX game

I am developing an Android game using LibGDX. There are 4 buttons in a menu screen, but the ClickListener of these …

java android libgdx
Drawing transparent ShapeRenderer in libgdx

I have a drawn a filled circle using ShapeRenderer and now I want to draw this circle as a transparent …

java android libgdx
How to change libgdx different window size?

How to change size in libgdx-android-desktop? I am confuse on window sizeing and not sure how to solve this problem. …

java libgdx
libgdx SpriteBatch render to texture

Is it possible to render to texture using SpriteBatch in libGdx (Java engine for Android/Desktop)? If so, how do …

android opengl-es libgdx
libgdx: Rotate a texture when drawing it with spritebatch

Im trying to rotate textures when I draw them. I figured it would make more sense to do this than …

rotation libgdx textures
How to render Android's YUV-NV21 camera image on the background in libgdx with OpenGLES 2.0 in real-time?

Unlike Android, I'm relatively new to GL/libgdx. The task I need to solve, namely rendering the Android camera's YUV-NV21 …

android camera libgdx opengl-es-2.0 shader
How set Libgdx bitmap font size?

I'm rendering on screen the game fps using bitmap font but there are no methods for the size. This is …

java libgdx size bitmap-fonts
Error while importing projects

While importing projects into eclipse i have this error: Cannot find System Java Compiler. Ensure that you have installed a …

gradle libgdx
Scrolling parallax background, infinitely repeated in libgdx

I'm making a 2D sidescrolling space shooter-type game, where I need a background that can be scrolled infintely (it is …

scroll 2d textures libgdx parallax