Skip to content

Releases: SimplyProgrammer/JavaFx-Image-Animation

Texture 1.1.6

Choose a tag to compare

@SimplyProgrammer SimplyProgrammer released this 07 Sep 19:18
33374e1

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

Choose a tag to compare

@SimplyProgrammer SimplyProgrammer released this 25 Jun 08:51
45b2b5e

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

Choose a tag to compare

@SimplyProgrammer SimplyProgrammer released this 01 Mar 09:30
2cd8a9e

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

Choose a tag to compare

@SimplyProgrammer SimplyProgrammer released this 18 Mar 17:00
9bb3344

Little one!

What was added:

  • Design changes.
  • Critical errors fixed.

Texture 1.0.0 (beta)

Choose a tag to compare

@SimplyProgrammer SimplyProgrammer released this 14 Mar 09:26
6433d65

The first version the first release.

What was added:

  • The lib itself.