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 a2d19ec7f3 Note that uniforms are local to command buffers (thanks @LittleCodingFox!) 19 hours ago
.github release: verify SDL_REVISION contains SDL- 1 week ago
VisualC Added support for parsing the Xbox report descriptor 3 days ago
VisualC-GDK Added support for parsing the Xbox report descriptor 3 days ago
Xcode Added support for parsing the Xbox report descriptor 3 days ago
android-project Updated to version 3.3.5 for development 6 days ago
build-scripts Remove mkinstalldirs from automake 3 days ago
cmake cmake: add reftable ref storage support to GetGitRevisionDescription 2 days ago
docs Sync SDL3 wiki -> header 2 days ago
examples examples/renderer/03-lines: simplified casting on radians calculation. 1 week ago
include Note that uniforms are local to command buffers (thanks @LittleCodingFox!) 19 hours ago
src Use Uint32 instead of unsigned int for descriptor values 21 hours ago
test isfinite is not available on all platforms, so add a bitmasking alternative 5 days ago
wayland-protocols Add SDL Pinch events (#9445) 2 months ago
.clang-format Add 'wl_list_for_each_safe' to the clang-format macro list 2 years ago
.clang-tidy
.editorconfig .editorconfig: Remove excess apostrophe at *.cocci 2 years ago
.gitignore Updated .gitignore for png test data 2 months ago
.wikiheaders-options wikiheaders: Generate a current list of supported environment variables. 3 months ago
Android.mk android: remove dependency on cpu-features.h 1 month ago
BUGS.txt Added a Discord link to BUGS.txt 11 months ago
CMakeLists.txt cmake: only enable building tests when SDL is the main project 5 days ago
CREDITS.md Updated the credits for SDL 3.0 11 months ago
INSTALL.md Add a link to docs/INTRO-mingw.md 9 months ago
LICENSE.txt Updated copyright for 2025 12 months ago
README.md Revert "Update README.md" 4 weeks ago
WhatsNew.txt Added SDL_HINT_MOUSE_DPI_SCALE_CURSORS 4 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)