Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codeandweb/libgdx-sprite-sheet-example
- Owner: CodeAndWeb
- Created: 2023-09-28T10:53:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-28T12:34:35.000Z (about 1 year ago)
- Last Synced: 2024-10-11T08:20:52.848Z (about 1 month ago)
- Topics: animation, libgdx, sprite, spritesheet, textureatlas, texturepacker
- Language: PLSQL
- Homepage: https://www.codeandweb.com/texturepacker/tutorials/libgdx-sprite-sheet-tutorial
- Size: 1.24 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).![Screenshot of demo app](screenshot.png)