1.0.1 RC1
29 Apr 2015Hey folks, it’s time for a new release of gdx2d
. This new version includes tons of bug-fixes, new demo programs, an improved documentation.
Download the 1.0.1 RC1
here: https://github.com/hevs-isi/gdx2d/releases/tag/v1.0.1-RC1.
Hey folks, it’s time for a new release of gdx2d
. This new version includes tons of bug-fixes, new demo programs as well as an improved documentation.
What’s new
- More than 25 issues have been fixed.
- Libgdx updated to 1.5.6
- Android project updated
- Sprite sheets and tiled map support
- Demos cleaned-up and new demos added.
- Performance has been improved significantly for pixel operations
DemoSelector
now can re-open closed demos reliably- API has been streamlined
- The code and Javadoc have been cleaned
How to use / install
Get the sources by clicking hereafter, launch Eclipse and do File -> Import -> Existing project into workspace
. You should get 4 projects (2 for android and 2 for desktop). The gdx2d-helloDesktop
contains a sample project that you can adapt. All the demos are located into gdx2d-desktop
in the demos
folder.
What’s left to do
Check in the computer rooms if everything still works…