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