1.2.1 release
25 Apr 2016This new gdx2d
version includes bug-fixes and an improved documentation.
The library can now be downloaded from the Maven Central repository.
Changes
- The core library and the desktop backend are now available on the Maven Central repository (with source files and javadoc), snapshots are available on Sonatype
- The Android demo project is now deprecated
- The library and the demos are now two separated projects
- The
gdx2d-desktop-sources
artifact includes all source files of thegdx2d-core
library. The students can now use a single file to see the project sources (same for the javadoc) - Added missing Maven dependency to the
gdx2d-desktop
artifact - The box2dlights library is now included as a dependency in gdx2d
- Fixed an error related to a shader demo
- Fixed errors when running on Mac
- Demo cleanup and project documentation improved. Coding style and contributing guide added
How to use / install
This new release can be download from Github.
A Zip file is available with all the demo programs and a simple bootstrap project you can adapt to get started quickly. A compiled Jar file is also available in order to run some nice demos programs on PC.
You will find more information on how to get started with the gdx2d
library in a Maven or Gradle project on this page.