• Home
Name Date Size #Lines LOC

..--

COPYINGD03-May-2024210 96

Makefile.inD03-May-20243.2 KiB11877

READMED03-May-20241.7 KiB3633

acinclude.m4D03-May-20246.3 KiB182168

autogen.shD03-May-2024308 139

checkkeys.cD03-May-20243 KiB147115

configure.inD03-May-20242.2 KiB10695

gcc-fat.shD03-May-20243.6 KiB135112

graywin.cD03-May-20246.4 KiB258216

icon.bmpD03-May-2024578

loopwave.cD03-May-20242.3 KiB11582

moose.datD03-May-202455 KiB

picture.xbmD03-May-2024884 1514

sail.bmpD03-May-202415.5 KiB

sample.bmpD03-May-202467.6 KiB

sample.wavD03-May-2024119.1 KiB

testalpha.cD03-May-202413.5 KiB548433

testbitmap.cD03-May-20244 KiB185154

testblitspeed.cD03-May-202413.5 KiB421351

testcdrom.cD03-May-20244.8 KiB210186

testcursor.cD03-May-20244.6 KiB217178

testdyngl.cD03-May-20244.6 KiB210158

testerror.cD03-May-20241.3 KiB6244

testfile.cD03-May-20247.5 KiB183138

testgamma.cD03-May-20244.3 KiB198158

testgl.cD03-May-202419.5 KiB857685

testhread.cD03-May-20241.7 KiB8366

testiconv.cD03-May-20241.4 KiB7466

testjoystick.cD03-May-20244.9 KiB189159

testkeys.cD03-May-2024472 2619

testloadso.cD03-May-20241.5 KiB7257

testlock.cD03-May-20242.2 KiB10381

testoverlay.cD03-May-202413 KiB595504

testoverlay2.cD03-May-202416.7 KiB601518

testpalette.cD03-May-20249.6 KiB343241

testplatform.cD03-May-20244.7 KiB211191

testsem.cD03-May-20242.2 KiB10475

testsprite.cD03-May-20247.8 KiB324261

testtimer.cD03-May-20241.7 KiB8859

testver.cD03-May-2024820 3828

testvidinfo.cD03-May-202412.7 KiB466410

testwin.cD03-May-20248.9 KiB378336

testwm.cD03-May-20249.9 KiB444357

threadwin.cD03-May-20248.3 KiB339264

torturethread.cD03-May-20241.8 KiB9268

utf8.txtD03-May-202421 KiB288277

README

1
2These are test programs for the SDL library:
3
4	checkkeys	Watch the key events to check the keyboard
5	graywin		Display a gray gradient and center mouse on spacebar
6	loopwave	Audio test -- loop playing a WAV file
7	testalpha	Display an alpha faded icon -- paint with mouse
8	testbitmap	Test displaying 1-bit bitmaps
9	testblitspeed	Tests performance of SDL's blitters and converters.
10	testcdrom	Sample audio CD control program
11	testcursor	Tests custom mouse cursor
12	testdyngl	Tests dynamically loading OpenGL library
13	testerror	Tests multi-threaded error handling
14	testfile	Tests RWops layer
15	testgamma	Tests video device gamma ramp
16	testgl		A very simple example of using OpenGL with SDL
17	testhread	Hacked up test of multi-threading
18	testiconv	Tests international string conversion
19	testjoystick	List joysticks and watch joystick events
20	testkeys	List the available keyboard keys
21	testloadso	Tests the loadable library layer
22	testlock	Hacked up test of multi-threading and locking
23	testoverlay	Tests the software/hardware overlay functionality.
24	testoverlay2	Tests the overlay flickering/scaling during playback.
25	testpalette	Tests palette color cycling
26	testplatform	Tests types, endianness and cpu capabilities
27	testsem		Tests SDL's semaphore implementation
28	testsprite	Example of fast sprite movement on the screen
29	testtimer	Test the timer facilities
30	testver		Check the version and dynamic loading and endianness
31	testvidinfo	Show the pixel format of the display and perfom the benchmark
32	testwin		Display a BMP image at various depths
33	testwm		Test window manager -- title, icon, events
34	threadwin	Test multi-threaded event handling
35	torturethread	Simple test for thread creation/destruction
36