- Mastering LibGDX Game Development
- Patrick Hoey
- 187字
- 2021-07-30 10:28:47
What you need for this book
Throughout the book, I have mentioned various technologies and tools that can help at certain stages in the development cycle. I have recommended mostly free software tools and dependencies. However, keep in mind that some may require a separate license for commercial purposes. As a testament to the open source community, I created BludBourne entirely from these free resources.
LibGDX is a cross-platform game development framework that can run on a Windows PC, Linux, Android device, or Mac OS X. The development for this book specifically supports Windows (7/8), so keep this in mind when using the source for BludBourne as there may be some platform-specific considerations outside of Windows.
As a quick summary of tools and libraries used for this book, I have listed them here (may not be an exhaustive list):
- LibGDX (v1.5.5): http://libgdx.badlogicgames.com/download.html
- Java Development Kit (v1.7): http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Git: http://git-scm.com/downloads
- SmartGit (v6.5.9): http://www.syntevo.com/smartgit/download
- IntelliJ IDEA IDE (v14.1.1): http://www.jetbrains.com/idea/download/
- Tiled (v0.11.0): http://www.mapeditor.org/download.html
- libgdx-texturepacker-gui (v3.2.0): http://code.google.com/p/libgdx-texturepacker-gui/
- Android Studio (v1.0): http://developer.android.com/sdk/index.html#Other
- Audacity (2.0.3): http://audacityteam.org/download
- Packr: http://libgdx.badlogicgames.com/packr
- Proguard (5.2.1): http://proguard.sourceforge.net/
The installation and usage instructions for additional tools are provided where necessary.
- Objective-C應用開發全程實錄
- Apache Spark 2.x Machine Learning Cookbook
- Hands-On Data Structures and Algorithms with JavaScript
- Internet of Things with the Arduino Yún
- Apex Design Patterns
- NoSQL數據庫原理
- Hands-On GUI Programming with C++ and Qt5
- Mastering Gephi Network Visualization
- C#程序設計基礎入門教程
- Yii2 By Example
- Python全棧開發:數據分析
- Learning Ext JS(Fourth Edition)
- Microsoft Hyper-V PowerShell Automation
- C++設計模式
- 編程改變生活:用Python提升你的能力(基礎篇·微課視頻版)