No description
  • C 87.6%
  • C++ 4.4%
  • Objective-C 3.4%
  • CMake 1.7%
  • Java 0.7%
  • Other 1.9%
Find a file
2026-09-01 16:38:16 -07:00
.github PULL_REQUEST_TEMPLATE.md: "Zlib" should not be capitalized. 2026-08-31 13:27:23 -04:00
android-project Added detection for Turtle Beach Xbox 360 controllers 2026-08-24 13:08:06 -07:00
build-scripts Fix GDK download url 2026-08-21 01:29:21 +02:00
cmake cmake: fix indentation in CheckPipewire 2026-08-27 00:24:13 +02:00
docs Fix SDL_PLATFORM_UNI typo in migration guide 2026-08-23 10:10:11 -07:00
examples Support numeric keypad in bytepusher example 2026-08-21 07:44:30 -07:00
include fix typo 2026-09-01 11:23:57 -07:00
src Use the surface palette when creating a texture from a surface 2026-09-01 16:38:16 -07:00
test Rebuilt test shader headers 2026-08-23 10:08:59 -07:00
VisualC Moved GameInput into the gameinput folder in the Visual Studio project 2026-07-31 09:28:33 -07:00
VisualC-GDK Include transparency information for icon.png in the image data 2026-08-20 07:57:18 -07:00
wayland-protocols wayland: Add support for wl_fixes.ack_global_remove 2026-07-16 12:30:58 -04:00
Xcode Added testcolorspace to the Apple test Xcode project 2026-07-03 13:33:27 -07:00
.clang-format Add CHECK_PARAM as a conditional macro in clang-format 2026-04-03 11:47:41 -04:00
.clang-tidy Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked 2023-08-05 14:14:45 -04:00
.editorconfig .editorconfig: Remove excess apostrophe at *.cocci 2024-06-16 09:18:17 -07:00
.gitignore Updated .gitignore for png test data 2025-10-10 08:59:27 -07:00
.wikiheaders-options .wikiheaders-options: Fix Notification category. 2026-06-22 22:17:12 -04:00
AGENTS.md AGENTS.md: Updated text with latest policy revisions. 2026-08-31 13:27:23 -04:00
Android.mk Add notification framework with test and dummy driver 2026-06-10 13:25:38 -04:00
BUGS.txt Added a Discord link to BUGS.txt 2025-01-13 16:42:50 -08:00
CLAUDE.md AGENTS.md: Updated text with latest policy revisions. 2026-08-31 13:27:23 -04:00
CMakeLists.txt cmake: mark the cmake script as compatible with CMake 4.4 2026-07-31 23:20:08 +02:00
CREDITS.md Updated the credits for SDL 3.0 2025-01-13 16:42:50 -08:00
INSTALL.md Add a link to docs/INTRO-mingw.md 2025-03-06 16:25:17 -08:00
LICENSE.txt Updated copyright for 2026 2026-01-01 09:40:08 -08:00
README.md Revert "Update README.md" 2025-11-16 01:15:10 +03:00
WhatsNew.txt Added SDL_HINT_MOUSE_DPI_SCALE_CURSORS 2025-12-09 17:12:08 -08:00

Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.

You can find the latest release and additional information at: https://www.libsdl.org/

Installation instructions and a quick introduction is available in INSTALL.md

This library is distributed under the terms of the zlib license, available in LICENSE.txt.

Enjoy!

Sam Lantinga (slouken@libsdl.org)