-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
56 lines (30 loc) · 1.04 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
52
53
54
SDLx::Betweener
===============
SDL Perl XS Tweening Animation Library
Writing Perl SDL move handlers for games is hard. SDLx::Betweener helps.
See docs in lib/SDLx/Betweener.pm.
STATUS
Ready but untested. Only built on Linux.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Alien::SDL
SDL
Moose
COPYRIGHT AND LICENCE
Copyright (C) 2012 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.
Big thanks to:
Sam Hocevar, from 14 rue de Plaisance, 75014 Paris, France
https://raw.github.com/warrenm
For his excellent AHEasing lib which SDLx-Betweener 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.