Go to file
2023-07-30 11:57:30 -04:00
.github
android-project android: Fixed audio device detection. 2023-07-30 11:56:42 -04:00
build-scripts SDL_migration.cocci: Fix up SDL_(Pause|Unpause)Audio. 2023-07-30 11:56:37 -04:00
cmake cmake: use pkg-config + test compile instead of Find module for detecting rpi 2023-07-28 04:41:29 +02:00
docs docs: Added migration note about SDL_AUDIODEVICEREMOVED. 2023-07-30 11:55:57 -04:00
include include: Correct comment about audio device hotplug events. 2023-07-30 11:56:41 -04:00
mingw/pkg-support/cmake
src androidaudio: Move Init/bootstrap code to bottom of source code. 2023-07-30 11:56:43 -04:00
test testsurround: Log available audio output devices at the start. 2023-07-30 11:57:30 -04:00
VisualC visualc: Turn on multiprocessor compilation. 2023-07-30 11:56:35 -04:00
VisualC-GDK
VisualC-WinRT
wayland-protocols
Xcode
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt sndio: Updated to the SDL3 audio API. 2023-07-30 11:56:32 -04:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
README-SDL.txt
README.md
TODO.txt
WhatsNew.txt

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)