Kaizen/external/SDL
2025-01-07 15:13:06 +00:00
..
.github Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
android-project Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
build-scripts Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
cmake Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
docs Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
examples Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
include Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
src Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
test Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
VisualC Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
VisualC-GDK Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
wayland-protocols Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
Xcode Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
.clang-format Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL' 2024-09-04 22:32:48 +02:00
.clang-tidy Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL' 2024-09-04 22:32:48 +02:00
.editorconfig Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL' 2024-09-04 22:32:48 +02:00
.gitignore Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
.wikiheaders-options Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
Android.mk Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
BUGS.txt Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
CMakeLists.txt Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
CREDITS.md Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL' 2024-09-04 22:32:48 +02:00
INSTALL.md Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
LICENSE.txt Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
README-SDL.txt Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00
README.md Merge commit '8821e99ab51434f24f3e64dd7ec4cfeeb761a018' as 'external/SDL' 2024-09-04 22:32:48 +02:00
WhatsNew.txt Merge commit '51245fc0c5c0dec807af95d442e535aad9d7aa01' into dev 2025-01-07 15:13:06 +00:00

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)