libGDX LWJGL3 Desktop Backend
Reference for the LWJGL3 desktop launcher, window configuration, fullscreen/windowed management, desktop lifecycle behavior, file access, and common gotchas.
LWJGL3 is the current desktop backend. The old LwjglApplication / LwjglApplicationConfiguration classes are the legacy LWJGL2 backend — do NOT use them. Always use Lwjgl3Application and Lwjgl3ApplicationConfiguration.
Launcher Class
The desktop launcher lives in the desktop module, not
[Description truncada. Veja o README completo no GitHub.]