Hello, libGDX!
Creating a libGDX Project Now that you have installed all the required tools, it's finally time to create your first libGDX project! libGDX provides a simple wizard tool to allow you to get started with a minimal project. This tool generates a Gradle powered scaffold that lets you run/deploy/debug from command line, or whatever IDE you like. In this blog, we'll be using IDEA/Android Studio IDE. Click here to download the libGDX project setup tool. It's an executable JAR file. Double-click it to start the tool. Note: you need to have the JRE installed in order to run Java applications. Please read our environment setup guide to install all required applications! After double-clicking the setup tool, the application should open and display a window similar to the one below: The setup tool provides some fields to fill. Information entered here determines how the resulting project will look like and behave. Let's look at the p...