python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to resize a Libgdx window based on the monitor's maximum bound?
What I mean is there a way to set the window size to related to the result given by this method: GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds() ? This gives back a differen...
Brexit2001
Votes: 0
Answers: 1
Check if window is maximized LibGDX
I want to check if the main window is maximized (not fullscreen).
I've already searched up everything in the Gdx.graphics class, but couldn't find anything.
The nearest thing I could get, is the Displ...
MomoTheDev
Votes: 0
Answers: 1
Rotation of a sphere with certain velocity. (360 degrees in 24 hours)
I am trying to create a 3D model of solar system. For this purposes i have chosen LibGDX Framework. Currently i am puzzling over, how to rotate the earth model with certain velocity. I want it to rota...
Vlad
Votes: 0
Answers: 1
Error running JUNIT test based on different texture signature
I'm writing some tests to check that some textures are the same when loading. I am unsure what is wrong, as i'm getting an error I have never seen before. There might be some error in my assertEquals ...
oNysten
Votes: 0
Answers: 1