Releases: SimplyProgrammer/JavaFx-Image-Animation
Releases · SimplyProgrammer/JavaFx-Image-Animation
Texture 1.1.6
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
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
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
Little one!
What was added:
- Design changes.
- Critical errors fixed.
Texture 1.0.0 (beta)
The first version the first release.
What was added:
- The lib itself.