🛠️🐜 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.

48 lines
1.8 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. testaudioinfo Lists audio device capabilities
  6. testerror Tests multi-threaded error handling
  7. testfile Tests RWops layer
  8. testgl2 A very simple example of using OpenGL with SDL
  9. testiconv Tests international string conversion
  10. testjoystick List joysticks and watch joystick events
  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. 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!