Go to file
Sam Lantinga 95c3ee77c1 Removed testing code 2024-09-18 11:12:06 -07:00
.github winrt: Removed WinRT/Windows Phone/UWP support. 2024-09-06 13:28:39 -04:00
VisualC Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
VisualC-GDK Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
Xcode Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
android-project Update proguard-rules.pro in-line with commit 9ff3446 2024-09-16 08:47:44 -07:00
build-scripts Added a script to help with the bool rename 2024-09-18 10:48:11 -07:00
cmake cmake: don't prepend absolute CMAKE_INSTALL_{INCLUDE,LIB}DIR with ${prefix} 2024-09-14 16:21:42 +02:00
docs Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
examples Removed SDL_bool in favor of plain bool 2024-09-18 08:32:30 -07:00
include Fixed SDL_DEFINE_STDBOOL logic if __bool_true_false_are_defined is defined 2024-09-18 10:50:52 -07:00
src Removed testing code 2024-09-18 11:12:06 -07:00
test testplatform: make sure bool is 1 byte 2024-09-18 10:01:15 -07:00
wayland-protocols wayland: Add support for setting window icons via the xdg-toplevel-icon-v1 protocol 2024-08-31 09:38:43 -04:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
BUGS.txt
CMakeLists.txt Add SDL_Process subsystem 2024-09-13 15:19:32 -07:00
CREDITS.md
INSTALL.md
LICENSE.txt
README-SDL.txt
README.md
WhatsNew.txt

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. 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)