Advertisement

Latest Libgdx Activity

Yes, the list was placed there for my own reminders. There is a wiki for everything I implement, I just haven't linked it in the Readme, you'll just have to click on the Wiki tab.

I'll slowly perfect the code and how the repo looks as I go along. Once I finish the most important parts of the todo li…

5,518 views
Advertisement
Problem with Libgdx screen sizing

Sounds like screen information are read before they're set properly by Android. I'm not experienced with libGdx but could you post your initialization code?

4,847 views

 Alberth I solved the problem.

If someone has a problem like textfield rotation you have to add textfield to table. Then you can rotate table and textfield like below
 

textfield = new TextField("", skin);

textfield.isTouchFocusListener();

 stage.addActor(textfield);

 Table table = ne…

4,443 views

I started programming in college, if you're starting now then you'll probably be leagues ahead of your classmates by the time you get to college if you stay at it consistently. 

I just wanted to point out that the three.js library is very popular for javascript game making. https://threejs.org/…

6,364 views
DinoSage
February 12, 2021 02:12 AM
Lot Of Progress Made! - But Now Have Even More To Do?

Welcome to my second post! What the slightly ambiguous title means is that I made quite a lot of progress on my BasicLigdxGame! Yet somehow, I have even more ideas and plans that I need to incorporate.

NOTE: Just note that I DO in fact plan on changing the name to a more suitable game name in the fu…

4,438 views
Tom Sloper
April 01, 2020 02:13 PM

This is not a Writing question. It is now moved to a more appropriate forum.

3,049 views
Advertisement
Advertisement