Go to file
capehill e159bcf5de test: Make blit_testExampleApplicationRender work on big endian
Changed image data pixel format to BGRA32.
2024-10-06 08:27:58 -07:00
.github
VisualC
VisualC-GDK
Xcode
android-project
build-scripts Remove vestiges of the TAKE_FOCUS window event 2024-10-06 10:02:53 -04:00
cmake
docs Rename SDL_BUTTON() to SDL_BUTTON_MASK() 2024-10-04 09:13:59 -07:00
examples
include Remove vestiges of the TAKE_FOCUS window event 2024-10-06 10:02:53 -04:00
src clipboard: include mime types in SDL_ClipboarUpdate 2024-10-05 18:19:10 -07:00
test test: Make blit_testExampleApplicationRender work on big endian 2024-10-06 08:27:58 -07:00
wayland-protocols
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options .wikiheaders-options: Declare SDL3 to be a stable API! 2024-10-04 15:38:32 -04:00
Android.mk
BUGS.txt Replaced \r\n with \n in SDL root files 2024-10-05 18:15:02 -07:00
CMakeLists.txt
CREDITS.md
INSTALL.md
LICENSE.txt
README-SDL.txt Replaced \r\n with \n in SDL root files 2024-10-05 18:15:02 -07:00
README.md
WhatsNew.txt Replaced \r\n with \n in SDL root files 2024-10-05 18:15:02 -07:00

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)