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 78ea6af2cd Updated to version 2.25.1 for release candidate 3 years ago
.github ci: Disable emscripten build time tests 3 years ago
VisualC Added simple BLE Steam Controller support on all platforms 3 years ago
VisualC-GDK GDK: Updated MicrosoftGame.config files to use placeholder identifiers from the GDK project template rather than using Microsoft sample identifiers 3 years ago
VisualC-WinRT Move SDL_mslibc.c into the source file list 3 years ago
Xcode Updated to version 2.25.1 for release candidate 3 years ago
Xcode-iOS/Demos Don't compare pointer against '0', but NULL 3 years ago
acinclude autotools: revised and silenced esound detection a bit. 3 years ago
android-project Updated to version 2.25.1 for release candidate 3 years ago
android-project-ant Added the old ant Android build project structure 8 years ago
build-scripts build-scripts/fnsince.pl: Deal with new point-release system. 3 years ago
cmake JANITORIAL : Correct some more spelling mistakes (#6489) 3 years ago
docs N3DS: Document the SDL_GetBasePath behaviour. 3 years ago
include Updated to version 2.25.1 for release candidate 3 years ago
mingw/pkg-support/cmake cmake: else() does not need an argument 3 years ago
src Updated to version 2.25.1 for release candidate 3 years ago
test Fix usage of sizeof() in test/testgles*.c files 3 years ago
visualtest Remove unneeded semicolon 3 years ago
wayland-protocols Add support for X11 primary selection (#6132) 3 years ago
.clang-format Disable formatting not supported by Visual Studio 2019 3 years ago
.editorconfig .editorconfig: Use correct path for wayland-protocols 3 years ago
.gitignore build: Expand version info in SDL_REVISION and SDL_GetRevision() 3 years ago
.wikiheaders-options wikiheaders.pl: changes to make this usable with external projects. 3 years ago
Android.mk fix permissions of Android.mk 3 years ago
BUGS.txt Cleaned up a few more Bugzilla mentions. 5 years ago
CMakeLists.txt Updated to version 2.25.1 for release candidate 3 years 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. 4 years ago
LICENSE.txt Updated copyright for 2022 4 years ago
Makefile.in build: Add a mechanism to mark builds with vendor info 3 years ago
Makefile.minimal build libSDL2_test too with Makefile.minimal 4 years ago
Makefile.os2 Updated to version 2.25.1 for release candidate 3 years ago
Makefile.pandora more fixes to standalone makefiles. 4 years ago
Makefile.w32 Updated to version 2.25.1 for release candidate 3 years ago
README-SDL.txt More HTTPS changes in the documentation. 9 years ago
README.md Update and rename README.txt to README.md 5 years ago
SDL2.spec.in license: Fixed references to COPYING.txt that are now LICENSE.txt. 5 years ago
SDL2Config.cmake.in ci: Test cmake build script on Android 3 years ago
TODO.txt Fixed up legacy MoinMoin URLs at wiki.libsdl.org 5 years ago
WhatsNew.txt Updated patch notes for 2.26 release 3 years 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 8 years ago
configure Updated to version 2.25.1 for release candidate 3 years ago
configure.ac Updated to version 2.25.1 for release candidate 3 years ago
sdl2-config-version.cmake.in Add documentation to autotoo'ls sdl2-config-version.cmake.in 3 years ago
sdl2-config.cmake.in cmake: only add -Wl,--undefined=WinMain when building an executable 3 years ago
sdl2-config.in sdl2-config.in: Deprecate sdl2-config 3 years ago
sdl2.m4 sdl2.m4: Deprecate AM_PATH_SDL2 in favour of PKG_CHECK_MODULES 3 years ago
sdl2.pc.in Compatible with including as <SDL2/SDL.h> 3 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)