🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.9 KiB

  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. 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. testlocale Test Locale API
  15. testlock Hacked up test of multi-threading and locking
  16. testmouse Tests mouse coordinates
  17. testmultiaudio Tests using several audio devices
  18. testoverlay2 Tests the overlay flickering/scaling during playback.
  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. testthread Hacked up test of multi-threading
  24. testtimer Test the timer facilities
  25. testver Check the version and dynamic loading and endianness
  26. testwm2 Test window manager -- title, icon, events
  27. torturethread Simple test for thread creation/destruction
  28. controllermap Useful to generate Game Controller API compatible maps
  29. This directory contains sample.wav, which is a sample from Will Provost's
  30. song, The Living Proof:
  31. From the album The Living Proof
  32. Publisher: 5 Guys Named Will
  33. Copyright 1996 Will Provost
  34. You can get a copy of the full song (and album!) from iTunes...
  35. https://itunes.apple.com/us/album/the-living-proof/id4153978
  36. or Amazon...
  37. http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
  38. Thanks to Will for permitting us to distribute this sample with SDL!