Sam Lantinga f08a5cfcab Fixed sscanf("026", "%1x%1x%1x", &r, &g, &b) 1 yıl önce
..
emscripten fe40a17224 Initial merge of Emscripten port! 11 yıl önce
n3ds 655275378d N3DS port (squashed) 3 yıl önce
nacl 5298830945 Fixed bug 3480 - minor update to NACL common.js 9 yıl önce
shapes 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
win32 622b511613 Copy sdlprocdump from SDL3 1 yıl önce
CMakeLists.txt ba433e4a5d ci: merge all workflows 1 yıl önce
COPYING 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
Makefile.in 11c932bf1d Fixed build 2 yıl önce
Makefile.os2 bc87983310 tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles 3 yıl önce
Makefile.w32 bc87983310 tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles 3 yıl önce
README cd66c050fe testsurround: Add surround sound channel tester 4 yıl önce
acinclude.m4 2afd04d09b test/acinclude.m4 (AM_PATH_SDL2): apply recent sdl2.m4 PKG_CONFIG patch 2 yıl önce
autogen.sh 163f669745 minor tidy-up to configury. 3 yıl önce
axis.bmp 6d7da0887d Split controller axes into positive and negative sides so each can be bound independently. 9 yıl önce
button.bmp 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
checkkeys.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
checkkeysthreads.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
configure 2afd04d09b test/acinclude.m4 (AM_PATH_SDL2): apply recent sdl2.m4 PKG_CONFIG patch 2 yıl önce
configure.ac db01016dd6 revert replace AM_PATH_SDL2 usage with corresponding PKG_CHECK_MODULES. 3 yıl önce
controllermap.bmp 009b62f1c2 Be explicit about mapping the new game controller paddle buttons 5 yıl önce
controllermap.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
controllermap_back.bmp 009b62f1c2 Be explicit about mapping the new game controller paddle buttons 5 yıl önce
icon.bmp 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
loopwave.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
loopwavequeue.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
moose.dat 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
picture.xbm 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
relative_mode.markdown bd61c276fa Fixed compiling test with older C. 11 yıl önce
sample.bmp 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
sample.wav 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
template.test.in ce502054ad test: Install GNOME-style installed-tests metadata 3 yıl önce
testatomic.c 2847273885 Fixed mis-cherry-pick 1 yıl önce
testaudiocapture.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testaudiohotplug.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testaudioinfo.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testautomation.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testautomation_audio.c ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 yıl önce
testautomation_clipboard.c a6ba8a1585 Removed spurious casts 2 yıl önce
testautomation_events.c 3d5679bb8e Fix video_getSetWindowPosition() that fail when checking events, 2 yıl önce
testautomation_guid.c 01fa4dd9d1 Fixed ASAN warning, runtime error: left shift of 160 by 24 places cannot be represented in type 'int' 2 yıl önce
testautomation_hints.c b8d85c6939 Update for SDL3 coding style (#6717) 3 yıl önce
testautomation_joystick.c b8d85c6939 Update for SDL3 coding style (#6717) 3 yıl önce
testautomation_keyboard.c b308172862 testautomation keyboard: use `space` instead of `a` 1 yıl önce
testautomation_log.c ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 yıl önce
testautomation_main.c 5368f45567 Remove one test that contains call of SDL_Quit() / SDL_Init() because it 2 yıl önce
testautomation_math.c 58907d2c27 testautomation_math: Fix misleading log output 2 yıl önce
testautomation_mouse.c a14b948b6c [SDL2] pointer boolean (#8523) 2 yıl önce
testautomation_pixels.c 67eb03400a Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB 2 yıl önce
testautomation_platform.c 9720672374 Fix compilation / same as sdl2-compat 2 yıl önce
testautomation_rect.c d0bbfdbfb8 Clang-Tidy fixes (#6725) 3 yıl önce
testautomation_render.c 3ff56fda1a testautomation: only require accelerated renderer with non-dummy video driver 2 yıl önce
testautomation_rwops.c d0bbfdbfb8 Clang-Tidy fixes (#6725) 3 yıl önce
testautomation_sdltest.c f804293a27 fix integer overflow ub in testautomation_sdltest 1 yıl önce
testautomation_stdlib.c f08a5cfcab Fixed sscanf("026", "%1x%1x%1x", &r, &g, &b) 1 yıl önce
testautomation_subsystems.c 1b26b54402 Verify that the subsystems were successfully initialized 1 yıl önce
testautomation_suites.h f0b8fee88f Added the environment variable SDL_LOGGING to control default log output 2 yıl önce
testautomation_surface.c ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 yıl önce
testautomation_syswm.c b8d85c6939 Update for SDL3 coding style (#6717) 3 yıl önce
testautomation_timer.c 41fc398114 Move check for SDL_Delay upper bounds to testtimer 2 yıl önce
testautomation_video.c ccade50587 Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 1 yıl önce
testbounds.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testcustomcursor.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testdisplayinfo.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testdraw2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testdrawchessboard.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testdropfile.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testerror.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testevdev.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testfile.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testfilesystem.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testfilesystem_pre.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgamecontroller.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgeometry.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgesture.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgl2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgles.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgles2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgles2_sdf.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testgles2_sdf_img_normal.bmp 0e7d435f13 Add basic testgles2_sdf program to demonstrate sign distance field with opengles2 5 yıl önce
testgles2_sdf_img_sdf.bmp 0e7d435f13 Add basic testgles2_sdf program to demonstrate sign distance field with opengles2 5 yıl önce
testhaptic.c aaf426e280 testhaptic.c: include stdlib.h for exit() 2 yıl önce
testhittesting.c a14b948b6c [SDL2] pointer boolean (#8523) 2 yıl önce
testhotplug.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testiconv.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testime.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testintersections.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testjoystick.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testkeys.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testloadso.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testlocale.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testlock.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testmessage.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testmouse.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testmultiaudio.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testnative.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testnative.h 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testnativecocoa.m 3e341021c3 fixed typo in prev. patch. 2 yıl önce
testnativeos2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testnativew32.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testnativex11.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testoffscreen.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testoverlay2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testplatform.c 793103ef52 comment out signed multiplication overflow ub in testplatform 1 yıl önce
testpower.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testqsort.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testrelative.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testrendercopyex.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testrendertarget.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testresample.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testrumble.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testscale.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testsem.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testsensor.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testshader.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testshape.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testsprite2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testspriteminimal.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
teststreaming.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testsurround.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testthread.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testtimer.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testurl.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testutils.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testutils.h 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testver.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testviewport.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testvulkan.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testwm2.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testyuv.bmp a6a4e27ae8 Updated SDL's YUV support, many thanks to Adrien Descamps 8 yıl önce
testyuv.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testyuv_cvt.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
testyuv_cvt.h 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
torturethread.c 2b5b8fdbd5 Updated copyright for 2025 1 yıl önce
unifont-13.0.06-license.txt f9bf1aeba8 Latest Unifont with OFL is now bundled. (#4268) 4 yıl önce
unifont-13.0.06.hex f9bf1aeba8 Latest Unifont with OFL is now bundled. (#4268) 4 yıl önce
utf8.txt 3dcb451f85 Added a README file regarding WinRT support 12 yıl önce
watcom.mif 63ea838db6 test, watcom.mif: revert 78391e6530352bdf66ba5d38c3dac9fc70bb0578 1 yıl önce

README


These are test programs for the SDL library:

checkkeys Watch the key events to check the keyboard
loopwave Audio test -- loop playing a WAV file
loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio
testsurround Audio test -- play test tone on each audio channel
testaudioinfo Lists audio device capabilities
testerror Tests multi-threaded error handling
testfile Tests RWops layer
testgl2 A very simple example of using OpenGL with SDL
testiconv Tests international string conversion
testjoystick List joysticks and watch joystick events
testkeys List the available keyboard keys
testloadso Tests the loadable library layer
testlocale Test Locale API
testlock Hacked up test of multi-threading and locking
testmouse Tests mouse coordinates
testmultiaudio Tests using several audio devices
testoverlay2 Tests the overlay flickering/scaling during playback.
testplatform Tests types, endianness and cpu capabilities
testsem Tests SDL's semaphore implementation
testshape Tests shaped windows
testsprite2 Example of fast sprite movement on the screen
testthread Hacked up test of multi-threading
testtimer Test the timer facilities
testver Check the version and dynamic loading and endianness
testwm2 Test window manager -- title, icon, events
torturethread Simple test for thread creation/destruction
controllermap Useful to generate Game Controller API compatible maps



This directory contains sample.wav, which is a sample from Will Provost's
song, The Living Proof:

From the album The Living Proof
Publisher: 5 Guys Named Will
Copyright 1996 Will Provost

You can get a copy of the full song (and album!) from iTunes...

https://itunes.apple.com/us/album/the-living-proof/id4153978

or Amazon...

http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH

Thanks to Will for permitting us to distribute this sample with SDL!