README 1.8 KB

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