libGDX

These posts are about "libGDX", who knew.

Suppress window size changes in libGDX

Another game project in the Java framework libGDX. Another problem that is worth a short blog post: changing the window size. Whenever I program something, I am infinitely glad that it doesn't have...

Read

Intercept any keyboard press in libGDX

How to intercept pressing any key with the libGDX Java framework. libGDX is a framework, ideal for programming games and games, and that is platform-independent. The projects can be exported for iOs, Android, PCs and Macs and even for the web!

Read