Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vmilea/libgdx-flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

libgdx-flare: FLexible Action REplacement for libGDX

Alternative actions library for libGDX. It's reasonably complete but don't expect documentation.

Extra features:

  • Supports animation of user defined properties.
  • Composable tween (interpolation) actions, which can be winded back and forth
  • Lazy actions. Can inject conditional actions within a sequence and other dirty tricks.
  • Predicate actions. Can delay a sequence until arbitrary events like user input or file I/O, or for coordination with other actions.
  • Animator class to help manage action groups
  • Smoother animation. When an action ends, unconsumed delta time is carried over to the next action in the sequence.

See Actions.java for the works.

About

FLexible Action REplacement for libGDX

Resources

Readme

License

Apache-2.0 license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages