Go to file
Frank Praznik 371cc2d173 wayland: Remove unnecessary flag and state settings
The video core applies pending minimized/maximized/restored state to windows when they transition from the hidden to shown state, so no need to handle it internally anymore.
2023-08-14 13:20:24 -04:00
.github cmake: build tests for UWP 2023-08-12 17:37:52 +02:00
VisualC visualc: Turn on multiprocessor compilation. 2023-07-30 11:56:35 -04:00
VisualC-GDK Renamed testgamepad to testcontroller 2023-07-16 04:32:12 -07:00
VisualC-WinRT Clipboard data API revamp 2023-07-05 20:06:59 -07:00
Xcode Use more specific build destinations when creating an xcframework 2023-08-10 01:52:10 -07:00
android-project android: Fixed audio device detection. 2023-07-30 11:56:42 -04:00
build-scripts Relabel back paddles as left or right 2023-08-09 11:03:30 -07:00
cmake xxd.py: always write \n line endings 2023-08-13 13:51:31 -07:00
docs Relabel back paddles as left or right 2023-08-09 11:03:30 -07:00
include Clarify that a window being 'hidden' means that it is unmapped/ordered out 2023-08-14 13:20:24 -04:00
mingw/pkg-support/cmake
src wayland: Remove unnecessary flag and state settings 2023-08-14 13:20:24 -04:00
test Disable cache in python http server 2023-08-14 03:50:06 +02:00
wayland-protocols Add and event and flag to report when a window has been occluded 2023-07-18 16:42:05 -04:00
.clang-format
.clang-tidy Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked 2023-08-05 14:14:45 -04:00
.editorconfig
.gitignore Add VS code directory to gitignore 2023-07-25 23:36:14 -07:00
.wikiheaders-options
Android.mk Fixed building with the 16.1.4479499 Android toolchain 2023-06-13 07:50:00 -07:00
BUGS.txt
CMakeLists.txt hidapi: Enable libusb support by default. 2023-08-13 14:16:11 -07:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
README-SDL.txt
README.md
TODO.txt
WhatsNew.txt Removed patch note for change already in SDL 2.x 2023-07-08 09:35:42 -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)