The libgdx project is a cross-platform (Windows, Mac OS X, Linux, Android, HTML5, and iOS) game development library written in Java with some JNI code. It abstracts away the differences between writing OpenGL-based games various platforms.

learn more… | top users | synonyms

2
votes
1answer
181 views

Collision detection in kinematic bodies LIBGDX

I managed to use box2d in libgdx. However the example code given here is for dynamic body only. I tried to use it and it works great but when i change the Dynamic to KinematicBody the code does not ...
1
vote
2answers
371 views

Drawing filled polygon with libgdx

i wanted to draw some (filled) polygons with libgdx for an android game. it shoudn't be filled with a graphic/texture. i have only the vertices of the polygon (closed path) and tried to visualize with ...
0
votes
1answer
50 views

Libgdx why is my button not responding on mouseclicks

Why is my TextButton, from libgdx not responding on clicks? I have a button, this button has a Listener, but it doesn't respond. The button is showing, but it doesn't respond on mouse clicks. public ...
1
vote
1answer
123 views

Screen recording within android using libgdx or not

I managed to do this by taking a series of screenshots and convert them to video using ffmpeg (ffmpeg compiled for android and include all *so to asserts, copy them all to to data/data/my.package/ ...
0
votes
1answer
104 views

catchbackkey not working (libgdx) Android

I'm trying to use the back key on the android device to setscreens for my game..But it does'nt seem to work.. I read few posts online n did this... In the menuscreen if the backkey is pressed the app ...
0
votes
1answer
75 views

How-to use Scoreloop's award system in libGDX game

I want to use Scoreloop achievements in my game. I configured bundle with icons on their site and added bundle to assets. And when run Scorellop EntryActivity I had Achievements activity. But now I ...
2
votes
1answer
119 views

Robotium with libGDX finding imageButton index

I've been trying to get the Robotium tester to work for the Android project in libGDX, but got some problems. First I want to test my games buttons (that are imageButtons), but for that I need the ...
0
votes
1answer
130 views

LibGDX PhysicsBox2D, if i set linear velocity, physics does not work correctly

my world is world = new World(new Vector2(0, 0), true); //there is no gravity and i have walls in the left, right, top bottom of the screen, so elements do not fly off the display. I have the ...
0
votes
1answer
42 views

Translating All Objects Before Drawing?

So I'm new to programming alongside the GPU and very new to LibGDX as well. I'm slowly making my way, but I'm having an issue figuring out how to modify where objects are drawn. Right now, I have a ...
1
vote
1answer
74 views

Strange Collision in LibGDX

Im trying to create a simple ball reflection on a block. I'm using libgdx framework. I have problems with Block Collision: public class World { public Ball ball; public Bar bar; public Block block; ...
0
votes
0answers
30 views

How to get maximum performance with meshes [closed]

Lets say i will have a lot of cubes (position, texture cords, normals) in my world. How can I utilize game performance with meshes ? Pool meshes and rewrites it vertex data. When mesh is moved, ...
0
votes
1answer
64 views

Stage overlay for Label - Label is massive, and settings bounds is useless for scale

I have a libgdx game I am working, and in this game, when you hit the "Help" screen, my Help_Manager class uses my "Room's" stage object to draw a label. The room's camera is 27 wide, and 18 tall. ...
0
votes
1answer
40 views

Handle Input on an Virtual Screenresolution with fixed aspectratio

i use a Virtual Screenresolution at my Camera with a fixed aspec ratio. Init looks like this: this.cam = new OrthographicCamera(Config.VIRTUAL_VIEW_WIDTH, Config.VIRTUAL_VIEW_HEIGHT); ...
0
votes
0answers
110 views

Turn tmx layer into collision object in libgdx

I have a tmx file with land and sky tile layer. I've a collision(object) layer around the land layer. In libgdx, how do I turn the entire land layer into collision objects for box2D dynamic objects to ...
0
votes
0answers
46 views

How can I stop and resume my implemented ApplicationListener class?

I have class WallpaperAndDream implements ApplicationListener. All realized by ligdx(live wallpaper and daydream). Here is methods of creates and render: public void create() { camera = new ...
0
votes
1answer
65 views

realistic jumping box2d - configuration of variables

I'm still working on my Jump 'n' Run and have already solved the "can I jump" question. My Question is now, how should I configure the Gravity, the Timesteps, the Fixturesize, the applied Impulse ...
0
votes
1answer
47 views

libGDX html5 project not compeling with swarmconnect

I am having some problems with swarmconnect and libGdx. I have sucessfully integrated it into my game, but the HTML 5 project is not compiling. Its is because I have imported the swarm: import ...
0
votes
1answer
37 views

Fixing pngcrush for compiling libgdx in iOS

I'm trying to compile the hello world example for iOS (generated with gdx-setup-ui). After following the walkthrough for fixing the pngcrush (https://code.google.com/p/libgdx/wiki/IOSWIP) I'm getting ...
0
votes
1answer
95 views

libgdx TextureAtlas, and NinePatch's

I am making a simple game using libgdx. I have a TextureAtlas that has I ninepatch I am trying to use: The image is saved as menu.9.png I am using the following code: Image bg = new ...
1
vote
2answers
49 views

LibGDX - How to maintain a background process

The game I want to deveop should have a small constantly running background process, that can, for example send notifications, even if the main game window is closed. Is this possible in LibGDX? ...
0
votes
0answers
108 views

Creating an Input Method in Android using libGDX?

I'm part of a group in college working on our senior design project. Our project involves using EEG and flashing patterns to control an Android device without touching it, merely by looking at ...
0
votes
0answers
115 views

Libgdx tiled map mirrored

I'm developing a small GameEngine with LibGDX Artemis including a ScriptingEngine. I'm using Tiled to generate and display a map. But since I'm drawing boxes from an objectLayer the drawings were ...
0
votes
1answer
160 views

Touch Event not working properly..libgdx

I want to execute a function only when the actor on my stage is touched.. But the problem is the function gets executed irrespective of where its touched on the stage.. Even if its touched in some ...
1
vote
1answer
201 views

Cannot load progressive jpeg images in libgdx

Here's my source package com.effect.bio; import com.badlogic.gdx.ApplicationListener; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input; import com.badlogic.gdx.graphics.GL10; import ...
1
vote
2answers
40 views

Eclipse error for extended class

I'm trying to create and extended class from the one bellow but I'm getting an error message from eclipse saying "Syntax error on token "{", { expected after this token" import ...
0
votes
1answer
168 views

Simple OpenGL shader gives an error in LibGDX (no uniform with name diffuseTexture)

I don't understand why when building I get an error when setting this simple shader to an imported mesh (.obj mesh), the error I get is: "no uniform with name 'diffuseTexture' in shader" The thing ...
0
votes
0answers
120 views

OpenGL is not supported by the video driver

When I use this code: import com.badlogic.gdx.backends.lwjgl.LwjglApplication; import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration; public class Main { public static void ...
0
votes
1answer
178 views

LibGDX read XML file

I have this XML file : <pack name="Cappellino" num_monete_livello="1100"> <level number="1" status="nolocked" /> <level number="2" status="locked" /> <level number="3" ...
0
votes
0answers
49 views

Loading .mtl file as in libgdx

I am trying to load .obj file and its respective .mtl(material or texture) file in libgdx. Is there any way of doing it. And i am using kibgdx 0.9.7 version.I am looking for any examples or any ...
0
votes
1answer
49 views

ObjLoader.loadObj not takinng inputstream as argument

I am using libgdx 0.9.8 and trying to load .obj files as Mesh.But as specified in various tutorials and in the documentation its not taking Stream as paramtetr rather its asking for FileHandle. What ...
0
votes
1answer
85 views

Error while running libgdx example

I am new to libgdx.Just tried running the libgdx example i get strange error it says: [2013-03-22 12:08:35 - ObjLoaderUsingLibGdx] Dx 1 error; aborting [2013-03-22 12:08:35 - ObjLoaderUsingLibGdx] ...
0
votes
2answers
100 views

libgdx my splashscreen is not showing

I'm writing an libgdx game, but it seems that i cannot show my splashscreen, it only shows a black screen. does anyone know how this comes? I don't get any runtime error, it only shows a blackscreen, ...
1
vote
2answers
170 views

LibGDX Tablelayout Menu does not show

I'm writing a new program in LibGDX handling Backgroundtextures and have just begun to implement the screens. But when I test it, it just shows me a black cleared screen with the given resolution. I ...
0
votes
1answer
166 views

Android and LibGDX : create XML file in local storage

I want to check if in my /assets/game/ directory there is a file level.xml and if it does not exist I want to create it. I use this code: private static void LoadXML() { ProgressFileHandle = ...
0
votes
2answers
159 views

TexturePacking with Libgdx -

My program packs a series of images and outputs them into an aste.png, and an aste.atlas. My code for packing is as follows: public void pack(){ System.out.println("Packing should not be ...
0
votes
0answers
118 views

Scripting Language inside of Java [closed]

I'm planning to develop a point and click game in Java LibGDX and want to implement a scripting language for Logic. I would primarily want to execute Java functions using the scripting and set values. ...
0
votes
0answers
116 views

Android LibGDX - Slow floorcasting application: How to optimize?

I am working on a small game with LibGDX which uses the floorcasting/Mode 7 rendering method. Because of this choice, I have to calculate the color of every pixel on the screen manually. My first ...
0
votes
1answer
37 views

Thrust movement on single axis, very strange behaviour

I've noticed some very strange behaviour with a simple piece of code, I've stripped it down to remove any variables, time-step, acceleration, etc. I have a shape on the screen, pressing the left side ...
3
votes
2answers
168 views

Java Timer in GWT

I'm trying to have a Java Timer in my EntryPoint: Timer timer = new Timer(); timer.schedule( new TimerTask() { public void run() { //some code } } , 5000); But ...
0
votes
0answers
66 views

Java - LibGDX - Ease Rotation with Speed?

I have a rail. On this rail moves a cart. When the cart moves with default speed on this rail, the movement looks good. But when I increase the speed of the cart the movement looks not good. First the ...
1
vote
1answer
136 views

libgdx - How to draw some pixel

I am trying to alter a pixmap and render it, but modified pixels are not shown on screen. I'm not sure if a Pixmap is the best way to do it. Can anyone explain to me where my errors are in the code ...
2
votes
1answer
125 views

Set size for checkbox image in libgdx UI

I can't figure out how to manage checkbox images size. Of course, it is possible to create different size of image in my Texture atlas and take appropriate one, but I don't want to do that. Here is ...
1
vote
1answer
152 views

Libgdx tutorial: cannot open desktop application

I'm trying to follow through the libgdx tutorial (https://code.google.com/p/libgdx/wiki/ProjectSetupNew), but I can't run the Desktop Application. I read up on this, and some people said this would ...
4
votes
1answer
131 views

Converting An Image To A Buffer In Java

I am trying to implement some simple 3D functionality into a game I am currently developing. I am utilizing the LibGDX Game Engine to accomplish this goal, as it seemed to integrate nicely with ...
1
vote
1answer
121 views

Sbt LibGdx: Build chain hangs in packaging step

I created a project using the g8 template ajhager/libgdx-sbt-project and want to run it in the android emulator. I had to change sbt version to 0.12.2 for the repository only has sbt-android-plugin ...
3
votes
2answers
332 views

How to pause and resume in LibGDX using the back key?

I'm creating a game using LibGDX. Now I have two problems. First, I'm trying to catch back key so that the game will pause. I'm already calling the Gdx.input.setCatchBackKey(true) method in my Game ...
0
votes
0answers
21 views

new Texture(Gdx.files.absolute(string)); is giving vague output

i am taking a picutre from camera and crop the image for face and than saved that cropped image. After than i am using the path of that saved image i am loading it as a texture of LibGdx. problem is ...
0
votes
1answer
59 views

libgdx: Request GPS geolocation?

Is there a way to get the users geolocation using libgdx? Or do I have to implement it for Android and iOS independently?
0
votes
1answer
343 views

LibGDX and ScrollPane with multiple widgets

Trying to add multiple items to a scrollpane I quickly found that all "addActor" functions are Unsupported. So, I went with adding a table with all the items I wanted (this code misses a image that I ...
0
votes
1answer
67 views

LibGDX blinking.

I've used the LibGDX UI Setup to start a project. The only thing I have in the implements ApplicationListener is: public void create() { setScreen(new LoadingScreen(this)); } This ...

1 2 3 4 5 21