-
Notifications
You must be signed in to change notification settings - Fork 11
The tween addon for Open Frameworks
hautetechnique/ofxTweener
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ofxTweener is the missing tween class for open frameworks. It's implementation is much like AS3's Tweener and TweenMax. It uses a single, static tweenclass that controls all tweens using references. That means that there's no need to update the individual vars. v1.1 06-11-2014 Updated example project to be OF 0.08 compatible v1.0 06-08-2011 functions: - single static class One tween class to control them all - central update() function can be called from within the draw function for visual sync tweening - reference variables no need to update - delays - central time scaling - stop/remove all or individual tweens - override or sequence mode - bezier tweening ofxTweener works with OF 0.06, 0.07 and 0.08. It has been tested on OSX 10.6~10 and Windows as well. The included example is a Xcode 6 OF 0.08 project.
About
The tween addon for Open Frameworks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published