Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 406 Bytes

#Tweener v 1.0

a tweening lib for openframeworks

Features:

  • manager handles all the updating with variable references
  • tween chaining
  • templated tweens handle a variety of variable types, pretty much anything that can be lerped
  • static function callbacks: static void callback(void* user_ptr){ ... }

Todo:

  • add options for milliseconds and microseconds
  • ofEvent callback options