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 4b19f7e012 Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode
Closes https://github.com/libsdl-org/SDL/pull/11415

(cherry picked from commit c7d1fd90ea)
9 hours ago
.github ci: bump FreeBSD to 14.2 4 days ago
VisualC vc: bump CMake compatibility version of sdl2-config.cmake 1 month ago
VisualC-GDK Updated copyright for 2025 2 weeks ago
VisualC-WinRT video: move standard c, sse and lsx implementations of yuv2rgb to its own source 1 year ago
Xcode Updated copyright for 2025 2 weeks ago
Xcode-iOS/Demos Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 6 months ago
acinclude autotools, libtool, win32: add 'aarch64' support to the file magic test. 4 months ago
android-project Fixed spacing 3 weeks ago
android-project-ant Added the old ant Android build project structure 7 years ago
build-scripts Updated copyright for 2025 2 weeks ago
cmake Revert "cmake: consider X11 as not available when xext.h is not found" 2 weeks ago
docs README-macos: fixed some text. 6 months ago
include Sync SDL2 wiki -> header 3 days ago
mingw/pkg-support Add parametrized release script 4 months ago
src Added support for the 8BitDo Ultimate 2C Wireless in Bluetooth mode 9 hours ago
test fix integer overflow ub in testautomation_sdltest 2 weeks ago
visualtest Remove unneeded semicolon 2 years ago
wayland-protocols wayland: Apply toplevel bounds to windows 2 weeks ago
.clang-format Commented out syntax that causes Visual Studio 2019 to complain on every edit 2 years ago
.editorconfig editorconfig: remove trailing whitespace in source code 2 years ago
.gitignore Port build-script from SDL3 3 months ago
.wikiheaders-options .wikiheaders-option: Filled in quickref metadata. 1 month ago
Android.mk Sort joystick drivers in Android.mk 8 months ago
BUGS.txt Cleaned up a few more Bugzilla mentions. 4 years ago
CMakeLists.txt cmake: really disable xrandr by default on Solarir 3 weeks ago
CREDITS.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
INSTALL.txt INSTALL.txt: Say "macOS" instead of "Mac OS X" in modern times. 3 years ago
LICENSE.txt Updated copyright for 2025 2 weeks ago
Makefile.in Makefile.in: add VisualC-GDK to SRC_DIST 8 months ago
Makefile.minimal Split up CFLAGS construction so it can be overridden 2 years ago
Makefile.os2 Updated to version 2.31.0 for development 1 year ago
Makefile.pandora more fixes to standalone makefiles. 3 years ago
Makefile.w32 Updated to version 2.31.0 for development 1 year ago
README-SDL.txt More HTTPS changes in the documentation. 8 years ago
README.md Update and rename README.txt to README.md 4 years ago
SDL2.spec.in license: Fixed references to COPYING.txt that are now LICENSE.txt. 4 years ago
SDL2Config.cmake.in cmake: use FindALSA.cmake to find ALSA library 2 years ago
TODO.txt Fixed up legacy MoinMoin URLs at wiki.libsdl.org 4 years ago
WhatsNew.txt Added the environment variable SDL_LOGGING to control default log output 12 months ago
autogen.sh Simplified autogen.sh, thanks to @smcv for the tip 3 years ago
cmake_uninstall.cmake.in Fixed bug 3867 - Can't find install_manifest.txt when running 'uninstall' target 7 years ago
configure build system: disable 3dNow! support by default 2 months ago
configure.ac build system: disable 3dNow! support by default 2 months ago
sdl2-config-version.cmake.in Add documentation to autotoo'ls sdl2-config-version.cmake.in 3 years ago
sdl2-config.cmake.in cmake: use genexes for linking against apple frameworks 6 months ago
sdl2-config.in sdl2-config.in: use backtics instead of $() for older shells 6 months ago
sdl2.m4 Typo fix 4 months ago
sdl2.pc.in cmake: use FindALSA.cmake to find ALSA library 2 years ago

README.md

Simple DirectMedia Layer (SDL) Version 2.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 via OpenGL and Direct3D. 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

Enjoy!

Sam Lantinga (slouken@libsdl.org)