No pastes for you but will not send to #sdl
[sdlgit/SDL_perl.git] / test / README
CommitLineData
bfd90409 1README
2
3The files in this directory are the test scripts used
4to both verify that nothing major is broken each release
5and to demonstrate how the SDLperl API can be used.
6
7Many of these scripts have been submitted by people who
8use SDLperl, and further submissions are more than welcome.
9Still, while these examples demonstrate how to use the
10API, they should not be taken as the best way to use it.
11There is more than one way to do it. Given the variety
12of styles presented in these scripts, there is probably
13something for everyone.
14
15Descriptions
16
17checkkeys.pl prints keys pressed to stdout
18graywin.pl creates colored rectangles where you click
19loopwave.pl plays a wav file using audio callback in perl!
20testconsole.pl creates a simple console interface
21testfonttool.pl displays a series of bitmapped and true type fonts
22testgfxprim.pl demonstrates some basic drawing primitives
23testgfxroto.pl rotates and caches an image (wait a few seconds)
24testjoystick.pl tests joystick movements
25testshell.pl experimental perl shell support
26testsprite.pl displays a wave of smilie faces
27testtimer.pl displays multiple, contemporary, timer callbacks in perl
28