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 25d9096d41 Fixed rumble strength on DualSense Edge and Bluetooth connected controllers
Fixes https://github.com/libsdl-org/SDL/issues/13771
9 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) 3 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. 4 days ago
android-project Fixed bug #13849 - Intent always explicit 4 days ago
build-scripts wikiheaders: Escape backslash in man pages 2 days ago
cmake cmake: simd detection clean-up for Apple multi-arch configs. 4 days ago
docs Sync SDL3 wiki -> header 6 days ago
examples Remove unused OpenGL references in the examples CMakeLists 3 days ago
include Sync SDL3 wiki -> header 10 hours ago
src Fixed rumble strength on DualSense Edge and Bluetooth connected controllers 9 hours ago
test Simplified the transparent software renderer test 2 days 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. 4 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. 4 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)