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

63 lines
2.1 KiB

  1. Simple DirectMedia Layer {#mainpage}
  2. ========================
  3. (SDL)
  4. Version 2.0
  5. ---
  6. http://www.libsdl.org/
  7. Simple DirectMedia Layer is a cross-platform development library designed
  8. to provide low level access to audio, keyboard, mouse, joystick, and graphics
  9. hardware via OpenGL and Direct3D. It is used by video playback software,
  10. emulators, and popular games including Valve's award winning catalog
  11. and many Humble Bundle games.
  12. SDL officially supports Windows, Mac OS X, Linux, iOS, and Android.
  13. Support for other platforms may be found in the source code.
  14. SDL is written in C, works natively with C++, and there are bindings
  15. available for several other languages, including C# and Python.
  16. This library is distributed under the zlib license, which can be found
  17. in the file "COPYING.txt".
  18. The best way to learn how to use SDL is to check out the header files in
  19. the "include" subdirectory and the programs in the "test" subdirectory.
  20. The header files and test programs are well commented and always up to date.
  21. More documentation and FAQs are available online at [the wiki](http://wiki.libsdl.org/)
  22. - [Android](README-android.md)
  23. - [CMake](README-cmake.md)
  24. - [DirectFB](README-directfb.md)
  25. - [DynAPI](README-dynapi.md)
  26. - [Emscripten](README-emscripten.md)
  27. - [Gesture](README-gesture.md)
  28. - [Mercurial](README-hg.md)
  29. - [iOS](README-ios.md)
  30. - [Linux](README-linux.md)
  31. - [OS X](README-macosx.md)
  32. - [Native Client](README-nacl.md)
  33. - [Pandora](README-pandora.md)
  34. - [Supported Platforms](README-platforms.md)
  35. - [Porting information](README-porting.md)
  36. - [PSP](README-psp.md)
  37. - [Raspberry Pi](README-raspberrypi.md)
  38. - [Touch](README-touch.md)
  39. - [WinCE](README-wince.md)
  40. - [Windows](README-windows.md)
  41. - [WinRT](README-winrt.md)
  42. If you need help with the library, or just want to discuss SDL related
  43. issues, you can join the [developers mailing list](http://www.libsdl.org/mailing-list.php)
  44. If you want to report bugs or contribute patches, please submit them to
  45. [bugzilla](https://bugzilla.libsdl.org/)
  46. Enjoy!
  47. Sam Lantinga <mailto:slouken@libsdl.org>