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

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