- Building a 3D Game with LibGDX
- Sebastián Di Giuseppe Andreas Krühlmann Elmar van Rijnswou
- 212字
- 2021-07-14 10:23:56
LibGDX project setup
At the time of writing this book, LibGDX was in version 1.6.4 and we will use that version. Download the setup app from http://libgdx.badlogicgames.com/download.html and open it:

Set up your project name (ours will be called Space Gladiators
) and package name (ours is com.deeep.spaceglad
). Enter the game's main class name (ours is Core
), set the destination path to your preferred directory, and point out the Android SDK directory location.
We will check the Desktop, Android, and iOS project, but leave out Html since we will use the Bullet physics API, which doesn't work on HTML because of the Google Web Toolkit (GWT) backend (for more information, check out http://www.badlogicgames.com/wordpress/?p=2308).
From Extensions, we'll select Bullet (Bullet physics API), Tools (Bitmap Font Generator [Hiero], 3D Particle Editor, and TexturePacker), Controllers (Controller Input API), and Ashley (Entity System API).
LibGDX comes, as you can see, with a lot of very useful tools that you should use for some time and explore them. We'll cover these selected APIs in some depth over the course of this book.
Click on Generate and wait. After it is done, open IntelliJ IDEA and click on Import Project. Go to your newly created project and look for a file called build.gradle
, and IntelliJ will do everything else.
- Learn TypeScript 3 by Building Web Applications
- .NET之美:.NET關鍵技術深入解析
- 深入淺出Electron:原理、工程與實踐
- Developing Middleware in Java EE 8
- 零基礎學單片機C語言程序設計
- Teaching with Google Classroom
- 數(shù)據(jù)結構習題解析與實驗指導
- C語言程序設計實驗指導 (第2版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Visual Basic程序設計上機實驗教程
- 并行編程方法與優(yōu)化實踐
- 會當凌絕頂:Java開發(fā)修行實錄
- C語言程序設計教程
- 原型設計:打造成功產(chǎn)品的實用方法及實踐
- AI輔助編程Python實戰(zhàn):基于GitHub Copilot和ChatGPT