Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Extending Gosu / Tweening in Ruby
- - By aboutruby Date 2010-10-01 07:00
Inspired by TheOm3ga's C++ port of Robert Penner's tweening code, I decided to port Penner's code to Ruby.  I ported all of his easing code, and even his demo.  You can find more about it at the link below (it has screenshots too), and install it for yourself with "gem install tween".  The demo is in the gem's example directory.

http://ruby.about.com/od/gosugme/ss/Smooth-Motion-Tweening-In-Gosu-With-Ruby.htm

And it's on github here.

http://github.com/mmorin/tween
Parent - - By jlnr (dev) Date 2010-10-01 18:35
Is there a license for the tweening library?
Parent - By aboutruby Date 2010-10-01 21:20
Hmm..  I had a LICENSE file, but it seems it didn't make it into the gem.  Penner's equations are licensed under BSD, and so is tween.
Up Topic Gosu / Extending Gosu / Tweening in Ruby

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill