Simple Directmedia Layer https://libsdl.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ryan C. Gordon a7ee54f9a3
examples/README: Added a note about generating onmouseevent and thumbnails.
So I don't have to figure this out every time I write a new example.
7 hours ago
.github CI: add OpenBSD workflow 1 week ago
VisualC fix: Blending rendering anomaly when using the software renderer with SDL_WINDOW_TRANSPARENT on Windows. (#13866) 4 days ago
VisualC-GDK Remove superfluous '/utf-8' from MSBuild projects 1 week ago
Xcode xcFramework: Removing the simulators' debug symbols to reduce file size. 6 days ago
android-project Fixed bug #13849 - Intent always explicit 6 days ago
build-scripts examples: Fixed HTML output with multi-paragraph READMEs. 13 hours ago
cmake cmake: simd detection clean-up for Apple multi-arch configs. 5 days ago
docs Sync SDL3 wiki -> header 1 week ago
examples examples/README: Added a note about generating onmouseevent and thumbnails. 7 hours ago
include Sync SDL3 wiki -> header 8 hours ago
src Added support for the DEBUG_INVOCATION environment variable 8 hours ago
test Removed reference to icon-alpha.bmp 9 hours ago
wayland-protocols wayland: Add support for the key repeat event (seat v10) 2 months ago
.clang-format Add 'wl_list_for_each_safe' to the clang-format macro list 2 years ago
.clang-tidy Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked 2 years ago
.editorconfig .editorconfig: Remove excess apostrophe at *.cocci 1 year ago
.gitignore Allow in-tree build 10 months ago
.wikiheaders-options wikiheaders: Generate a current list of supported environment variables. 5 days ago
Android.mk Revert "Support Google Play 16 KB Page Size Requirement (#13470)" 1 month ago
BUGS.txt Added a Discord link to BUGS.txt 8 months ago
CMakeLists.txt cmake: simd detection clean-up for Apple multi-arch configs. 5 days ago
CREDITS.md Updated the credits for SDL 3.0 8 months ago
INSTALL.md Add a link to docs/INTRO-mingw.md 6 months ago
LICENSE.txt Updated copyright for 2025 8 months ago
README.md Updating documentation for the 3.2.0 release 8 months ago
WhatsNew.txt Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT 6 months ago

README.md

Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.

You can find the latest release and additional information at: https://www.libsdl.org/

Installation instructions and a quick introduction is available in INSTALL.md

This library is distributed under the terms of the zlib license, available in LICENSE.txt.

Enjoy!

Sam Lantinga (slouken@libsdl.org)