Go to file
Sam Lantinga 45f936c788 Fixed warning C4245: 'initializing': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch 2024-02-03 11:49:15 -08:00
.github ci: bump actions version tag 2024-01-26 02:33:20 +01:00
VisualC Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:30:22 -08:00
VisualC-GDK Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
VisualC-WinRT Allow optimizing memcpy and memset where possible 2024-01-21 06:55:29 -08:00
Xcode Added VisionOS as a supported target to the Xcode project 2024-01-27 11:07:21 -08:00
android-project Switched SDL_TouchID and SDL_FingerID to be Uint64 with 0 being an invalid value 2024-01-18 10:55:24 -08:00
build-scripts Fix broken mingw i686 buildscript 2024-01-28 17:29:33 -08:00
cmake Don't try to use SDL platform macros in configure-time checks 2024-01-24 14:12:50 +03:00
docs SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
include SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
mingw/pkg-support/cmake
src Fixed warning C4366: The result of the unary '&' operator may be unaligned 2024-02-03 11:49:15 -08:00
test Fixed warning C4245: 'initializing': conversion from '__int64' to 'unsigned __int64', signed/unsigned mismatch 2024-02-03 11:49:15 -08:00
wayland-protocols wayland: Use the preferred order of displays exposed by KDE 2024-01-27 02:10:49 -05:00
.clang-format
.clang-tidy
.editorconfig
.gitignore Make Xbox GDK code public (and fix some GDK code rot) (#8844) 2024-01-14 20:31:41 -08:00
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt Don't use the system iconv on Apple mobile platforms 2024-02-01 15:53:27 -08: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)