README 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. These are test programs for the SDL library:
  2. checkkeys Watch the key events to check the keyboard
  3. loopbackaudio Audio test -- record from the microphone and play it back immediately
  4. loopwave Audio test -- loop playing a WAV file
  5. loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio
  6. testaudioinfo Lists audio device capabilities
  7. testerror Tests multi-threaded error handling
  8. testfile Tests RWops layer
  9. testgl2 A very simple example of using OpenGL with SDL
  10. testiconv Tests international string conversion
  11. testjoystick List joysticks and watch joystick events
  12. testkeys List the available keyboard keys
  13. testloadso Tests the loadable library layer
  14. testlock Hacked up test of multi-threading and locking
  15. testmultiaudio Tests using several audio devices
  16. testoverlay2 Tests the overlay flickering/scaling during playback.
  17. testplatform Tests types, endianness and cpu capabilities
  18. testsem Tests SDL's semaphore implementation
  19. testshape Tests shaped windows
  20. testsprite2 Example of fast sprite movement on the screen
  21. testthread Hacked up test of multi-threading
  22. testtimer Test the timer facilities
  23. testver Check the version and dynamic loading and endianness
  24. testwm2 Test window manager -- title, icon, events
  25. torturethread Simple test for thread creation/destruction
  26. controllermap Useful to generate Game Controller API compatible maps
  27. This directory contains sample.wav, which is a sample from Will Provost's
  28. song, The Living Proof:
  29. From the album The Living Proof
  30. Publisher: 5 Guys Named Will
  31. Copyright 1996 Will Provost
  32. You can get a copy of the full song (and album!) from iTunes...
  33. https://itunes.apple.com/us/album/the-living-proof/id4153978
  34. or Amazon...
  35. http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
  36. Thanks to Will for permitting us to distribute this sample with SDL!