Skip to content

Releases: SimplyProgrammer/JavaFx-Image-Animation

Texture 1.1.6

07 Sep 19:18
33374e1
Compare
Choose a tag to compare

Timeless!

What was added:

  • Ability to set speed multiplier of Animation!
  • Ability to edit each frame of animation using new interface FxImageEditor from GraphicsManipulator!
  • New methods like "Contains" in GraphicsManipulator utility!
  • Texture now implements Iterable interface and shares Iterator with "layers" array!
  • Some small bugs fixed like Texture will not visually clear after layers.clear() was called!

Texture 1.1.5

25 Jun 08:51
45b2b5e
Compare
Choose a tag to compare

This will break all expectations...

What was added:

  • "Retardation" was renamed to "frameTime" because it better represents what it is actually doing. And also "retardation" sounds strange :)
  • Some new functions in Animation as well as in Texture class.
  • New functions in GraphicsManipulator and some bugs fixes.

Texture 1.1.4

01 Mar 09:30
2cd8a9e
Compare
Choose a tag to compare

Big update!

What was added:

  • Class Texture was renamed to Animation!
  • Class Texture is also still there but now it is doing something different.
  • Some methods was renamed!
  • New part of library called GraphicsManipulator. Main library cant work without GraphicsManipulator.

Texture 1.0.5

18 Mar 17:00
9bb3344
Compare
Choose a tag to compare

Little one!

What was added:

  • Design changes.
  • Critical errors fixed.

Texture 1.0.0 (beta)

14 Mar 09:26
6433d65
Compare
Choose a tag to compare

The first version the first release.

What was added:

  • The lib itself.