Simple DirectMedia Layer https://libsdl.org
Find a file
2024-02-03 11:49:15 -08:00
.github
android-project
build-scripts Fix broken mingw i686 buildscript 2024-01-28 17:29:33 -08:00
cmake
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 C4701: potentially uninitialized local variable 'rndctx' used 2024-02-03 11:49:15 -08:00
VisualC Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:30:22 -08:00
VisualC-GDK
VisualC-WinRT
wayland-protocols
Xcode Added VisionOS as a supported target to the Xcode project 2024-01-27 11:07:21 -08:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.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

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)