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. testaudioinfo Lists audio device capabilities
  6. testcdrom Sample audio CD control program
  7. testerror Tests multi-threaded error handling
  8. testfile Tests RWops layer
  9. testgl2 A very simple example of using OpenGL with SDL
  10. testhread Hacked up test of multi-threading
  11. testiconv Tests international string conversion
  12. testjoystick List joysticks and watch joystick events
  13. testkeys List the available keyboard keys
  14. testloadso Tests the loadable library layer
  15. testlock Hacked up test of multi-threading and locking
  16. testmultiaudio Tests using several audio devices
  17. testoverlay2 Tests the overlay flickering/scaling during playback.
  18. testpalette Tests palette color cycling
  19. testplatform Tests types, endianness and cpu capabilities
  20. testsem Tests SDL's semaphore implementation
  21. testshape Tests shaped windows
  22. testsprite2 Example of fast sprite movement on the screen
  23. testtimer Test the timer facilities
  24. testver Check the version and dynamic loading and endianness
  25. testwm2 Test window manager -- title, icon, events
  26. torturethread Simple test for thread creation/destruction
  27. controllermap 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!