ijeomamotion
A library by Ekene Ijeoma for the Processing programming environment.
Last update, 11/22/2011.
IjeomaMotion is a library for doing time/frame based animations using tweens. Tweens are functions which interpolate between a begin and end value. They can be used to animate object properties (position, size, scale, color and etc) in a timeline/keyframe, in parallel or in a sequence. Tweens as well as timelines, parallels and sequences have controls for playing, pausing, resuming, seeking and repeating which also have events too. You can read more about it on the Processing forum at http://forum.processing.org/#Topic/25080000000031069 board post at http://processing.org/discourse/yabb2/YaBB.pl?num=1261940382.
Download
Download ijeomamotion version 3.9.6 (25) in .zip format.
Installation
Unzip and put the extracted ijeomamotion folder into the libraries folder of your Processing sketches. Reference and examples are included in the ijeomamotion folder.
Keywords. animation, timeline, keyframe, sequence, parallel, group, tweening, easing, penner
Reference. Have a look at the javadoc reference here. A copy of the reference is included in the .zip as well.
Source. The source code of ijeomamotion is available at GitHub, and its repository can be browsed here.
Examples
Find a list of examples in the current distribution of ijeomamotion, or have a look at them by following the links below.
- Bezier2DTween_Basic
- Bezier2D_Basic
- Curve2D_Basic
- PVectorTween_Basic
- Path2D_Basic
- Path3DTween_Basic
- Path3DTween_Box_1
- Path3DTween_Box_2
- Path3D_Basic
- SVGPath2DTween_Basic
- SVGPath2D_Basic
- Timeline_Basic
- Timeline_Callback
- Timeline_KeyFrame
- TweenBezier2D_Basic
- TweenParallel_Basic
- TweenParallel_Events_1
- TweenParallel_Events_2
- TweenParallel_Seek
- TweenSequence_Basic
- TweenSequence_Events_1
- TweenSequence_Events_2
- TweenSequence_Seek
- Tween_Basic
- Tween_Delay
- Tween_Events_1
- Tween_Events_2
- Tween_Property_1
- Tween_Property_2
- Tween_Property_3
- Tween_Property_4
- Tween_Repeat
- Tween_Seek
Tested
Platform osx,windows
Processing ?
Dependencies ?
