Go to file
Frank Praznik abcfa1b7de wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string
SDL_copyp is not intended to copy arrays. Use SDL_memcpy with the explicit size instead.
2025-05-21 20:38:39 -04:00
.github ci: Update Steam Linux Runtime tasks. 2025-05-08 10:24:35 -07:00
VisualC Joystick: Add new GIP driver to replace old Xbox One wired driver 2025-05-01 11:04:33 -07:00
VisualC-GDK Joystick: Add new GIP driver to replace old Xbox One wired driver 2025-05-01 11:04:33 -07:00
Xcode Joystick: Add new GIP driver to replace old Xbox One wired driver 2025-05-01 11:04:33 -07:00
android-project use SDL style - else on same line as closing brace 2025-05-20 17:12:01 -07:00
build-scripts docs: fix man page return value section generation 2025-05-20 13:04:45 -04:00
cmake cmake: make SDL_CPU_xxx variable visible when using CMAKE_OSX_ARCHITECTURES 2025-04-03 19:07:24 +02:00
docs Fix reference to nonexistent "README-3ds.md" 2025-05-15 11:23:00 -07:00
examples bytepusher example: always render text to render target and remove unused variable 2025-04-28 09:40:07 -07:00
include Sync SDL3 wiki -> header 2025-05-19 20:23:53 +00:00
src wayland: Use SDL_memcpy instead of SDL_copyp to copy the repeated text string 2025-05-21 20:38:39 -04:00
test [Process API] Quoting enhancements (#12946) 2025-05-12 09:17:21 -07:00
wayland-protocols wayland: Add xdg_toplevel v7 edge constraint support 2025-04-13 11:10:49 -04:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options
Android.mk
BUGS.txt
CMakeLists.txt Add progress bar support for Linux 2025-05-10 07:53:36 -07:00
CREDITS.md
INSTALL.md
LICENSE.txt
README.md
WhatsNew.txt

README.md

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)