Simple Directmedia Layer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Luke Street 9b3d146ea1 Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
.github ci: install pkg-config on Macos runner 3 months ago
VisualC Added simple BLE Steam Controller support on all platforms 7 months ago
VisualC-GDK Updated copyright for 2023 5 months ago
VisualC-WinRT Move SDL_mslibc.c into the source file list 7 months ago
Xcode The macOS minimum deployment target is now 10.11 2 months ago
Xcode-iOS/Demos Don't compare pointer against '0', but NULL 6 months ago
acinclude autotools: revised and silenced esound detection a bit. 8 months ago
android-project Updated to version 2.26.5 for release 2 months ago
android-project-ant Added the old ant Android build project structure 6 years ago
build-scripts typo fix to config.sub, 4 months ago
cmake cmake: really fix detection of pthread_setname_np() on Apple platforms. 3 months ago
docs N3DS: Document the SDL_GetBasePath behaviour. 7 months ago
include Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
mingw/pkg-support/cmake cmake: else() does not need an argument 7 months ago
src Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
test Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
visualtest Remove unneeded semicolon 6 months ago
wayland-protocols Add support for X11 primary selection (#6132) 9 months ago
.clang-format Disable formatting not supported by Visual Studio 2019 1 year ago
.editorconfig .editorconfig: Use correct path for wayland-protocols 9 months ago
.gitignore Save the version in VERSION.txt instead of VERSION 6 months ago
.wikiheaders-options wikiheaders.pl: changes to make this usable with external projects. 12 months ago
Android.mk android.mk: LOCAL_EXPORT_C_INCLUDES does not need to add include subfolder 6 months ago
BUGS.txt Cleaned up a few more Bugzilla mentions. 2 years ago
CMakeLists.txt Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
CREDITS.txt Fixed crash if initialization of EGL failed but was tried again later. 8 years ago
INSTALL.txt INSTALL.txt: Say "macOS" instead of "Mac OS X" in modern times. 1 year ago
LICENSE.txt Updated copyright for 2023 5 months ago
Makefile.in build: Add a mechanism to mark builds with vendor info 7 months ago
Makefile.minimal build libSDL2_test too with Makefile.minimal 2 years ago
Makefile.os2 Updated to version 2.26.5 for release 2 months ago
Makefile.pandora more fixes to standalone makefiles. 2 years ago
Makefile.w32 Updated to version 2.26.5 for release 2 months ago
README-SDL.txt More HTTPS changes in the documentation. 6 years ago
README.md Update and rename README.txt to README.md 2 years ago
SDL2.spec.in license: Fixed references to COPYING.txt that are now LICENSE.txt. 2 years ago
SDL2Config.cmake.in ci: Test cmake build script on Android 12 months ago
TODO.txt Fixed up legacy MoinMoin URLs at wiki.libsdl.org 2 years ago
WhatsNew.txt Updated patch notes for 2.26 release 6 months ago
autogen.sh Simplified autogen.sh, thanks to @smcv for the tip 1 year ago
cmake_uninstall.cmake.in Fixed bug 3867 - Can't find install_manifest.txt when running 'uninstall' target 6 years ago
configure Updated to version 2.26.5 for release 2 months ago
configure.ac Merge remote-tracking branch 'upstream/release-2.26.x' into merged 2 days ago
sdl2-config-version.cmake.in Add documentation to autotoo'ls sdl2-config-version.cmake.in 1 year ago
sdl2-config.cmake.in cmake: assume autotools static libraries with lib prefix and .a suffix 4 months ago
sdl2-config.in Revert "sdl2-config.in: Deprecate sdl2-config" 6 months ago
sdl2.m4 Revert "sdl2.m4: Deprecate AM_PATH_SDL2 in favour of PKG_CHECK_MODULES" 6 months ago
sdl2.pc.in Compatible with including as <SDL2/SDL.h> 10 months 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)