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: 3 months ago
JSON representation
Small libGDX app which demonstrates how to load a texture atlas created with TexturePacker, and how to set up an animation.
- Host: GitHub
- URL: https://github.com/codeandweb/libgdx-sprite-sheet-example
- Owner: CodeAndWeb
- Created: 2023-09-28T10:53:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T11:20:28.000Z (12 months ago)
- Last Synced: 2025-11-19T13:23:57.148Z (7 months ago)
- Topics: animation, libgdx, sprite, spritesheet, textureatlas, texturepacker
- Language: Java
- Homepage: https://www.codeandweb.com/texturepacker/tutorials/libgdx-sprite-sheet-tutorial
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
