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.
 
 
 
 
 
 
Go to file
Aubrey Hesselgren e960bf6904
Gyro instrumentation for test controller (#13287)
This adds several minor changes to the gyro instruments.

* The HID Sensor Time display is now throttled to 10hz.
* Calibration for the gyro is now time based, not sample count based. Different polling rates will have drift calibrated over the same space of time.
* Pitch/Yaw/Roll readout: Yaw is prioritized, and then pitch, and then roll. This gives a more human-readable pitch/yaw/roll display, closely matching game engines.
* Pitch/Yaw/Roll text is colorized to match the axes in the 3D gizmo.
* Added set of axes to the 3D gizmo to show the "Left Hand Space" positive axis directions.
1 day ago
.github workflows: Use stable Steam Runtime 3 on both x86_64 and arm64 4 weeks ago
VisualC Add Flydigi VADER 4 Pro HIDAPI support (#12874) 1 month ago
VisualC-GDK Add Flydigi VADER 4 Pro HIDAPI support (#12874) 1 month ago
Xcode Clean up INTERFACE_COMPILE_OPTIONS 1 month ago
android-project use SDL style - else on same line as closing brace 1 month ago
build-scripts wikiheaders: Let each subproject specify how to find their property symbols. 2 weeks ago
cmake cmake: Android always needs a native HIDAPI implementation 1 day ago
docs Fix a broken link inside README-cmake.md that's meant to send to README-linux.md 2 weeks ago
examples Restore support for the Nokia N-Gage (#12148) 1 month ago
include SDL_render.h: enum SDL_TextureAddressMode: Removed trailing comma 4 days ago
src cocoa: Don't use trick of briefly focusing the Dock on newer macOS releases. 2 days ago
test Gyro instrumentation for test controller (#13287) 1 day ago
wayland-protocols wayland: Implement the pointer warp protocol 2 weeks ago
.clang-format Add 'wl_list_for_each_safe' to the clang-format macro list 1 year ago
.clang-tidy Fix size of memcpy in SDL_AudioDeviceFormatChangedAlreadyLocked 2 years ago
.editorconfig .editorconfig: Remove excess apostrophe at *.cocci 1 year ago
.gitignore Allow in-tree build 8 months ago
.wikiheaders-options wikiheaders: Let each subproject specify how to find their property symbols. 2 weeks ago
Android.mk [SDL3] Adding input and FFB support for Logitech G29(PS3) on hidapi (#11598) 3 months ago
BUGS.txt Added a Discord link to BUGS.txt 6 months ago
CMakeLists.txt cmake: Android always needs a native HIDAPI implementation 1 day ago
CREDITS.md Updated the credits for SDL 3.0 6 months ago
INSTALL.md Add a link to docs/INTRO-mingw.md 4 months ago
LICENSE.txt Updated copyright for 2025 6 months ago
README.md Updating documentation for the 3.2.0 release 5 months ago
WhatsNew.txt Added SDL_HINT_VIDEO_X11_EXTERNAL_WINDOW_INPUT 4 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)