Go to file
Frank Praznik ca9b7c8ea3
video: Explicitly disallow setting the parent of a window to itself
Doing so causes a cycle in the window hierarchy tree graph, which leads to infinite recursion when destroying the windows.
2025-06-18 09:26:08 -04:00
.github
VisualC
VisualC-GDK
Xcode
android-project
build-scripts wikiheaders: Let each subproject specify how to find their property symbols. 2025-06-17 16:41:24 -04:00
cmake
docs Fix a broken link inside README-cmake.md that's meant to send to README-linux.md 2025-06-10 18:46:35 -04:00
examples
include include: Fixed copy/paste error in endian-specific SDL_Read function docs. 2025-06-17 16:41:24 -04:00
src video: Explicitly disallow setting the parent of a window to itself 2025-06-18 09:26:08 -04:00
test Reverted Accelerometer and Gyro displays to throttled display (10hz) 2025-06-16 11:14:22 -07:00
wayland-protocols wayland: Implement the pointer warp protocol 2025-06-13 15:40:49 -04:00
.clang-format
.clang-tidy
.editorconfig
.gitignore
.wikiheaders-options wikiheaders: Let each subproject specify how to find their property symbols. 2025-06-17 16:41:24 -04:00
Android.mk
BUGS.txt
CMakeLists.txt
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)