Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codeandweb/libgdx-sprite-sheet-example

Small libGDX app which demonstrates how to load a texture atlas created with TexturePacker, and how to set up an animation.
https://github.com/codeandweb/libgdx-sprite-sheet-example

animation libgdx sprite spritesheet textureatlas texturepacker

Last synced: 10 days ago
JSON representation

Small libGDX app which demonstrates how to load a texture atlas created with TexturePacker, and how to set up an animation.

Awesome Lists containing this project

README

        

libGDX Sprite Sheet Example
===========================

Sample code which demonstrates how to use sprite sheets generated with
[TexturePacker](https://www.codeandweb.com/texturepacker) in a
[libGDX](https://libgdx.com) application.

A detailed tutorial can be found
[here](https://www.codeandweb.com/texturepacker/tutorials/libgdx-sprite-sheet-tutorial).

![Screenshot of demo app](screenshot.png)