openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

we need a tweening library in the core #882

Closed kylemcdonald closed 12 years ago

kylemcdonald commented 12 years ago

there's at least 6 tweening addons right now, i just saw satoru add another :)

http://ofxaddons.com/repos/16 http://ofxaddons.com/repos/367 http://ofxaddons.com/repos/243 http://ofxaddons.com/repos/160 http://ofxaddons.com/repos/132 https://github.com/satoruhiga/ofxEasingFunc

bilderbuchi commented 12 years ago

you're probably right - how do you propose to do this? Someone would have to evaluate them, present the results, and we choose one to polish for core inclusion. Also, I could not refrain from quoting xkcd: this

bilderbuchi commented 12 years ago

should we notify those addons authors that there's something in the core now? on the one hand, it makes the addons partially redundant, on the other hand, they could concentrate on bringing features/fixes into the core now...

bilderbuchi commented 12 years ago

hey, just use github. :-) @julapy, @andreasmuller, @hautetechnique, @NickHardeman, @satoruhiga: Be advised that as per this issue's resolving commit, there's now tweening in the OF core. It probably makes sense to review your tweening addons in light of this, and maybe concentrate any development effort on the core version.

satoruhiga commented 12 years ago

cool!

NickHardeman commented 12 years ago

Awesome.

julapy commented 12 years ago

roger that.