Simple DirectMedia Layer https://libsdl.org
  • C 87.6%
  • C++ 4.4%
  • Objective-C 3.4%
  • CMake 1.7%
  • Java 0.7%
  • Other 1.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-10 23:47:24 -04: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 check_stdlib_usage: add --no-exclude and check printf 2026-09-10 23:42:14 +02:00
cmake cmake: detect lld-link cli argument errors 2026-09-04 22:55:31 +02:00
docs Probe joystick directly 2026-09-10 22:50:29 -04:00
examples Modified points.c example from i++ to ++i for performance reasons and a good starting point for beginners to develop good habits. 2026-09-08 14:59:14 -07:00
include cocoa: Added SDL_HINT_MAC_USE_GCMOUSE. 2026-09-10 09:51:10 -04:00
src kmsdrm: Instead of demanding ARGB8888, try to find a supported surface format. 2026-09-10 23:47:24 -04:00
test Replace debug printf's with SDL_Log 2026-09-10 23:42:14 +02:00
VisualC Add support for the Xbox 360 "Big Button" wireless receiver 2026-09-07 17:30:01 -04:00
VisualC-GDK Add support for the Xbox 360 "Big Button" wireless receiver 2026-09-07 17:30:01 -04:00
wayland-protocols wayland: Add support for wl_fixes.ack_global_remove 2026-07-16 12:30:58 -04:00
Xcode Add support for the Xbox 360 "Big Button" wireless receiver 2026-09-07 17:30:01 -04: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 fs: Use getexecpath() on OpenBSD for GetExePath(). 2026-09-10 14:13:36 -04: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)