Page 1 of 1

Easing Library

Posted: Wed Mar 26, 2014 12:32 pm
by Allanon
Hello all,
here is a port of the Easing library by Enrique GarcĂ­a Cota, at this link you can access a Dropbox folder with the releases in 7z and zip archives. This library uses delta time to make animations indipendent from the computer speed and offers 41 effects.

Version : 1.0
Release Date : 26/03/2014
Dependancies : None
Contents :
  • Easing Library Applet (Easing.hwa) with the following functions:
    • tween.start()
    • tween.reset()
    • tween.resetAll()
    • tween.stop()
    • tween.stopAll()
    • tween.update()
  • 1 Example showing the library basics (hws)
  • A document with the library documentation (pdf)

Re: Easing Library

Posted: Thu Mar 27, 2014 12:10 pm
by Allanon
*** CURRENTLY OFFLINE ***

Re: Easing Library

Posted: Tue Apr 22, 2014 11:34 pm
by airsoftsoftwair
Why? It was quite a nice little helper applet :)

Re: Easing Library

Posted: Thu Apr 24, 2014 11:06 am
by Allanon
Because I've reorganized the shared folders and they aren't accessible right now, soon they will be available again :)
It was needed for all my other libs I'd like to share and to make easy to include dependancies using relative paths and a single global configuration file ;)