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

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