Go to file
Ryan C. Gordon 7ae955ce68 camera: Renamed everything from "video capture" to "camera", wired to CMake. 2024-02-20 15:56:26 -05:00
.github
VisualC Removed GAMEINPUT_JoystickEffectDataType_HapticFeedback 2024-02-17 16:33:45 -08:00
VisualC-GDK Removed GAMEINPUT_JoystickEffectDataType_HapticFeedback 2024-02-17 16:33:45 -08:00
VisualC-WinRT
Xcode Added SDL_cocoashape* to Xcode project 2024-02-12 11:17:54 -08:00
android-project Drop stray trailing whitespace for android-project 2024-02-16 09:22:23 -05:00
build-scripts Renamed SDL_HINT_PS2_DYNAMIC_VSYNC SDL_HINT_RENDER_PS2_DYNAMIC_VSYNC 2024-02-12 09:54:33 -08:00
cmake cmake: Split and store the libdecor version as individual parts 2024-02-20 11:28:02 -05:00
docs android: Remove blocking permission request code. Async only in SDL3! 2024-02-13 12:06:51 -05:00
include camera: Renamed everything from "video capture" to "camera", wired to CMake. 2024-02-20 15:56:26 -05:00
mingw/pkg-support/cmake
src camera: Renamed everything from "video capture" to "camera", wired to CMake. 2024-02-20 15:56:26 -05:00
test camera: Renamed everything from "video capture" to "camera", wired to CMake. 2024-02-20 15:56:26 -05:00
wayland-protocols
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt camera: Renamed everything from "video capture" to "camera", wired to CMake. 2024-02-20 15:56:26 -05:00
CREDITS.md
INSTALL.md
LICENSE.txt
README-SDL.txt
README.md
WhatsNew.txt Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:30:22 -08: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. If you are migrating to SDL 3.0 from SDL 2.0, the changes are extensively documented in README-migration.md.

Enjoy!

Sam Lantinga (slouken@libsdl.org)