Game Development Reference
In-Depth Information
gdx-setup versus gdx-setup-ui
Before entering into the game, let's make a quite distinction between the two project
setup tools. Why choose one over the other?
There is no doubt that the Gradle-based setup tool is the best. One of the biggest
advantages of using Gradle is the dependency management system. The dependency
management system is quick, simple, efficient, and easy. If you are developing a
simple project without any extensions such as Box2d, you might use the old setup
tool; however, if you are developing a multi-platform project, which might be
updated soon, then you can use the Gradle-based setup tool.
The projects generated using Gradle and the old setup tool have some minor naming
differences that are illustrated in the following figure:
 
Search WWH ::




Custom Search