Skip to content

Releases: MasayukiSuda/FPSAnimator

Release 0.2.4

10 Jan 08:26
Compare
Choose a tag to compare

Support Android X

Release 0.2.3.2

12 Sep 08:13
Compare
Choose a tag to compare

small bugs fix
update support library

Release 0.2.3

22 May 12:44
Compare
Choose a tag to compare

add arc animation

Release 0.2.2.1

17 Feb 15:23
Compare
Choose a tag to compare

bug fixes

Release 0.2.2

13 Feb 05:42
Compare
Choose a tag to compare

Add CircleDrawer and RectDrawer.

Release 0.2.1

11 Feb 02:27
Compare
Choose a tag to compare

・Add CustomDrawer Class.

・ability to set drawing priority to DisplayBase

Release 0.2.0

08 Feb 06:22
Compare
Choose a tag to compare

・Add Container Class
A Container is a nestable display list that allows you to work with compound display elements.
For example you could group arm, leg, torso and head Bitmap instances together into a Person Container,
and transform them as a group, while still being able to move the individual parts relative to each other.
Children of containers have their transform and alpha properties concatenated with their parent Container.

・bug fixes

Release 0.1.1

23 Jan 15:29
Compare
Choose a tag to compare

Set FPS by attribute xml or constructor

0.1.0 Release

23 Jan 04:20
Compare
Choose a tag to compare

Separage Animation and Drawer

0.0.8 Release

13 Jan 14:15
Compare
Choose a tag to compare

・"customFrameList" functions added to SpriteSheet class.
┗ "customFrameList" is Array of Integer. This will animation play in the frame number order of the value of this array.

・Add many useful functions that manipulate DisplayObject in FPSTextureView and FPSSurfaceView.