Go to file
Sam Lantinga 068d3da366 Fixed window and backbuffer size on Android 2023-05-18 16:11:57 -07:00
.github ci: use Haiku cross toolchain 2023-05-04 08:26:54 -04:00
VisualC rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
VisualC-GDK rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
VisualC-WinRT rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
Xcode rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
android-project Android: control activity re-creation 2023-05-12 07:48:33 -07:00
build-scripts The SDL_WINDOW_ALLOW_HIGHDPI flag has been renamed SDL_WINDOW_HIGH_PIXEL_DENSITY 2023-05-18 07:34:45 -07:00
cmake rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
docs The SDL_WINDOW_ALLOW_HIGHDPI flag has been renamed SDL_WINDOW_HIGH_PIXEL_DENSITY 2023-05-18 07:34:45 -07:00
include SDL_GetClosestFullscreenDisplayMode() now takes a boolean whether to include high density modes 2023-05-18 12:15:23 -07:00
mingw/pkg-support/cmake
src Fixed window and backbuffer size on Android 2023-05-18 16:11:57 -07:00
test SDL_GetClosestFullscreenDisplayMode() now takes a boolean whether to include high density modes 2023-05-18 12:15:23 -07:00
wayland-protocols wayland: Support axis relative direction 2023-04-05 08:58:12 -04:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt rwlock: Added SDL_rwlock API for shared locks. 2023-04-27 21:54:02 -04:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
README-SDL.txt
README.md
TODO.txt
WhatsNew.txt Android: control activity re-creation 2023-05-12 07:48:33 -07:00

README.md

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)