Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterAlexander committed Jun 23, 2024
2 parents 3b5f1c7 + 8f6e2f4 commit 3560882
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# gdx-animation

gdxAnimation is a library letting you render your Spriter animations at runtime in the LibGDX game engine. You can easily alter or copy the animations during runtime to customize your animations per example.
[![](https://jitpack.io/v/WinterAlexander/gdx-animation.svg)](https://jitpack.io/#WinterAlexander/gdx-animation)

The goal of this library isn't to be a port for Spriter on LibGDX but to offer a clean and nice way to manage your animations in LibGDX. For now, it only supports Spriter but I plan to support new ways to load animations in the future. You can also create all your animations in the code or make your own animation loader that fills the Animation class.
gdx-animation is a library letting you render your Spriter animations at runtime in the LibGDX game engine. You can easily alter or copy the animations during runtime to customize your animations per example.

The goal of this library isn't to be a port for Spriter on LibGDX but to offer a clean and nice way to manage your animations in LibGDX. You can also create all your animations in the code or make your own animation loader that fills the Animation class.

## Trixt0r/spriter

Expand Down

0 comments on commit 3560882

Please sign in to comment.