Go to file
Anonymous Maarten 0c5bb532c3 Remove support for building a SDL3 library from gradle 2024-08-01 17:48:49 +00:00
.github android: add script in Android archive to create a SDK 2024-08-01 05:07:08 +02:00
VisualC Fix SDL3ConfigVersion.cmake of VC development package for ARM64EC 2024-07-20 00:59:58 +02:00
VisualC-GDK GDK build: fix project settings and API changes 2024-07-25 11:35:10 +03:00
VisualC-WinRT Simplified SDL_Surface 2024-07-10 00:48:18 -07:00
Xcode SDL_IOFromFile: Apple targets no longer use the app bundle's resources dir. 2024-07-29 15:44:51 -04:00
android-project Remove support for building a SDL3 library from gradle 2024-08-01 17:48:49 +00:00
build-scripts Document the new SDL3 Android archive artifact 2024-08-01 17:48:49 +00:00
cmake cmake: Don't warn about lack of X11/Wayland backend on Emscripten. 2024-07-30 00:33:08 -04:00
docs Document the new SDL3 Android archive artifact 2024-08-01 17:48:49 +00:00
examples examples: Split up description text by line breaks. 2024-07-30 15:37:46 -04:00
include Sync SDL3 wiki -> header 2024-08-01 05:37:11 +00:00
src Support SDL_EVENT_DROP_FILE in Windows with IDropTarget instead of WM_DROPFILES 2024-08-01 07:17:17 -07:00
test Extend the 9-grid functions to handle a non-uniform grid layout (thanks @zaun!) 2024-07-31 22:36:39 -07:00
wayland-protocols
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt android: add script in Android archive to create a SDK 2024-08-01 05:07:08 +02: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)