-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
54 lines (29 loc) · 1.21 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
SDLx-Tween version 0.01
=======================
SDL Perl XS Tweening Library
STATUS: Starting to be almost ready enough to be somewhat useful
Only built on Linux.
Writing Perl SDL game move handlers is hard. SDLx::Tween helps.
See docs in lib/SDLx/Tween.pm.
Cool implementations of the tweening idea to learn from:
- http://www.greensock.com/tweenlite/
- http://drawlogic.com/2010/04/11/itween-tweening-and-easing-animation-library-for-unity-3d/
- http://www.leebyron.com/else/shapetween/
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENSE
Big thanks to:
Sam Hocevar, from 14 rue de Plaisance, 75014 Paris, France
https://raw.github.com/warrenm
For his most excellent AHEasing lib which SDLx-Tween uses for easing
functions. The license is in the tweencee/ dir. It is at:
https://github.com/warrenm/AHEasing
Check that page for some great info about easing functions.
Copyright (C) 2011 by Ran Eilam
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.