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
Sam Lantinga b31c4b70b3 Updated version and documentation for 3.3.2 preview release 7 days ago
.github ci: bump macos-13 to macos-14 2 weeks ago
VisualC Added SDL_RotateSurface() 1 week ago
VisualC-GDK Added SDL_RotateSurface() 1 week ago
Xcode Updated version and documentation for 3.3.2 preview release 7 days ago
android-project Updated version and documentation for 3.3.2 preview release 7 days ago
build-scripts Replace stb_image_write with miniz for SDL_SavePNG() 3 weeks ago
cmake cmake: fix typo 1 week ago
docs README-emscripten: Added a note about how the 2D API handles vsync differently. 1 week ago
examples Support resizable windows with most examples 3 weeks ago
include Updated version and documentation for 3.3.2 preview release 7 days ago
src Updated version and documentation for 3.3.2 preview release 7 days ago
test Added support for saving indexed PNG images 1 week ago
wayland-protocols Add SDL Pinch events (#9445) 3 weeks 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 Updated .gitignore for png test data 3 weeks ago
.wikiheaders-options wikiheaders: Generate a current list of supported environment variables. 2 months ago
Android.mk android: Remove SDL3-static from Android.mk 2 months ago
BUGS.txt Added a Discord link to BUGS.txt 10 months ago
CMakeLists.txt Updated version and documentation for 3.3.2 preview release 7 days ago
CREDITS.md Updated the credits for SDL 3.0 10 months ago
INSTALL.md Add a link to docs/INTRO-mingw.md 8 months ago
LICENSE.txt Updated copyright for 2025 10 months ago
README.md Updating documentation for the 3.2.0 release 10 months ago
WhatsNew.txt Updated version and documentation for 3.3.2 preview release 7 days 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)