Sync SDL3 wiki -> header
14 files changed
tree: 91866ee00792dd5cae289ad3bce3b683b7b3dec7
  1. .github/
  2. android-project/
  3. build-scripts/
  4. cmake/
  5. docs/
  6. examples/
  7. include/
  8. mingw/
  9. src/
  10. test/
  11. VisualC/
  12. VisualC-GDK/
  13. VisualC-WinRT/
  14. wayland-protocols/
  15. Xcode/
  16. .clang-format
  17. .clang-tidy
  18. .editorconfig
  19. .gitignore
  20. .wikiheaders-options
  21. Android.mk
  22. BUGS.txt
  23. CMakeLists.txt
  24. CREDITS.md
  25. INSTALL.md
  26. LICENSE.txt
  27. README-SDL.txt
  28. README.md
  29. WhatsNew.txt
README.md

Simple DirectMedia Layer (SDL) Version 3.0

https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md. If you are migrating to SDL 3.0 from SDL 2.0, the changes are extensively documented in README-migration.md.

Enjoy!

Sam Lantinga (slouken@libsdl.org)