mirror of https://github.com/libsdl-org/SDL
Simple Directmedia Layer
https://libsdl.org/
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() Build all the available keyboard layouts at once; this adds a negligible bit of overhead when initially handling the keymap (which was already significantly lowered by previous commits), but reduces the later cost of changing layouts to just swapping a pointer. Additionally, handling of unknown keysyms, particularly when dealing with virtual keyboards, is improved, as keys generating valid Unicode values with no corresponding scancode will be dynamically added to the keymap with reserved scancodes, allowing for proper round-trip lookup behavior. |
13 hours ago | |
---|---|---|
.github | 1 week ago | |
VisualC | 3 days ago | |
VisualC-GDK | 3 days ago | |
Xcode | 3 days ago | |
android-project | 2 months ago | |
build-scripts | 1 month ago | |
cmake | 3 weeks ago | |
docs | 2 weeks ago | |
examples | 2 months ago | |
include | 2 days ago | |
src | 13 hours ago | |
test | 1 day ago | |
wayland-protocols | 2 weeks ago | |
.clang-format | 1 year ago | |
.clang-tidy | 2 years ago | |
.editorconfig | 1 year ago | |
.gitignore | 9 months ago | |
.wikiheaders-options | 1 month ago | |
Android.mk | 4 months ago | |
BUGS.txt | 6 months ago | |
CMakeLists.txt | 1 week ago | |
CREDITS.md | 6 months ago | |
INSTALL.md | 4 months ago | |
LICENSE.txt | 7 months ago | |
README.md | 6 months ago | |
WhatsNew.txt | 5 months ago |
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)