README 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. testsurround Audio test -- play test tone on each audio channel
  5. testaudioinfo Lists audio device capabilities
  6. testerror Tests multi-threaded error handling
  7. testfile Tests RWops layer
  8. testgl A very simple example of using OpenGL with SDL
  9. testiconv Tests international string conversion
  10. testkeys List the available keyboard keys
  11. testloadso Tests the loadable library layer
  12. testlocale Test Locale API
  13. testlock Hacked up test of multi-threading and locking
  14. testmouse Tests mouse coordinates
  15. testmultiaudio Tests using several audio devices
  16. testoverlay 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. testsprite 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. testwm Test window manager -- title, icon, events
  25. torturethread Simple test for thread creation/destruction
  26. gamepadmap 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!