$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install LibGDX on Debian Gnu/Linux Distro

GNU/Linux Debian Installing libGDX Guide

Hi! The Tutorial shows you Step-by-Step How to Install LibGDX in Debian GNU/Linux Desktops.

And libGDX for Debian is a cross-platform Java Game Development Framework based on OpenGL (ES).

If you’re a Linux user looking to dive into game development, LibGDX offers one of the most powerful and flexible Java-based game engines available.

This open-source framework supports Linux systems natively, making it perfect for developers who prefer working in a GNU/Linux environment.

Whether you’re building 2D or 3D games, LibGDX provides all the tools you need to get started fast on Ubuntu, Fedora, Arch, and beyond.

  • ✅ Cross-platform Game Development – Write once, deploy on Linux, Android, iOS, Desktop, and Web.
  • 🚀 OpenGL Support – Native OpenGL bindings ideal for Linux-based graphics rendering.
  • 💡 Java & Kotlin Compatible – Seamless integration with JVM-based languages, fully supported on Linux.
  • 🧰 Powerful API Suite – Includes support for graphics, input, audio, physics, and file I/O.
  • 📦 Gradle & CLI Setup – Easily create new projects via the terminal using Linux-friendly scripts.
  • 🎮 2D/3D Rendering Engines – Build anything from pixel games to advanced 3D simulations.
  • 🔧 Lightweight & Modular – Choose only the libraries you need for faster Linux deployment.
  • 🐧 Native Linux Build Support – Develop and test directly on Linux without emulators or virtual machines.
  • 🛠️ Open-source & Actively Maintained – Supported by a vibrant Linux and Java dev community.
  • 🧪 Unit Testing Friendly – Build reliable games with integrated JUnit testing, usable from the Linux shell.

Finally, this Setup is valid for all the Debian-based Distros like:

  • Kali
  • MX Linux
  • Deepin
  • Parrot
  • antiX
  • SparkyLinux
  • Q4OS
  • Netrunner
  • Voyager
  • MakuluLinux
  • Elive
  • LMDE
  • Devuan
  • (You may just need to Discover what’s the Parent Release)
How to Install LibGDX on Debian GNU/Linux Distro

GNU/Linux Debian libGDX Framework Installation Guide