Simple DirectMedia Layer https://libsdl.org
Find a file
2023-02-09 17:26:15 -08:00
.github Add clang-tidy config and CMake/CI support. 2023-02-06 21:02:25 -08:00
android-project Removed SDL_GetDisplayDPI() 2023-02-08 17:35:54 -08:00
build-scripts Don't change M_PI in application code, that's not an SDL symbol 2023-02-09 17:26:15 -08:00
cmake cmake: allow find_package from build directory (requires CMake 3.26) 2023-02-09 17:20:28 -08:00
docs Removed SDL_GetDisplayDPI() 2023-02-08 17:35:54 -08:00
include SDL_UnlockTexture: change from 'int' to 'void' 2023-02-09 20:17:27 +01:00
mingw/pkg-support/cmake
src Fixed MFI controller being opened while HIDAPI controller was being opened 2023-02-09 12:07:11 -08:00
test Removed SDL_GetDisplayDPI() 2023-02-08 17:35:54 -08:00
VisualC cmake: capitalize SDL3::Headers target 2023-01-31 01:59:21 +01:00
VisualC-GDK Moved testautomation data out of SDL_test library 2023-01-26 10:25:44 -08:00
VisualC-WinRT Moved testautomation data out of SDL_test library 2023-01-26 10:25:44 -08:00
wayland-protocols
Xcode cmake: capitalize SDL3::Headers target 2023-01-31 01:59:21 +01:00
.clang-format
.clang-tidy Add clang-tidy config and CMake/CI support. 2023-02-06 21:02:25 -08:00
.editorconfig Fixed formatting for Haiku cc files 2023-01-25 03:03:41 -08:00
.gitignore Removed QtCreator entries from .gitignore 2023-01-04 11:18:18 -08:00
.wikiheaders-options wikiheaders: Fixed SDL2 wiki link. 2023-01-26 14:50:52 -05:00
Android.mk Create a static SDL_test library on Android 2023-01-25 13:06:42 -08:00
BUGS.txt
CMakeLists.txt cmake: allow find_package from build directory (requires CMake 3.26) 2023-02-09 17:20:28 -08:00
CREDITS.txt
INSTALL.txt
LICENSE.txt Updated copyright for 2023 2023-01-09 09:41:41 -08:00
README-SDL.txt
README.md
TODO.txt
WhatsNew.txt Add SDL_ConvertAudioSamples() helper function 2023-01-24 08:26:09 -08:00

Simple DirectMedia Layer (SDL) Version 3.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)