Simple DirectMedia Layer https://libsdl.org
Find a file
Sam Lantinga 88bbab275f Fixed building with older libdrm headers
(cherry picked from commit 8949de3978)
2024-06-26 15:55:08 -07:00
.github CI, macOS: install autoconf. 2024-04-24 00:33:14 +03:00
acinclude autotools: a few libtool updates from mainstream 2024-01-28 20:04:34 +03:00
android-project android: actually use ReLinker 2024-06-20 09:35:28 -07:00
android-project-ant
build-scripts Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
cmake Allow building the Raspberry Pi video driver with standard EGL headers 2024-05-27 12:30:58 -07:00
docs Moved function pointer params to typedefs, etc, for latest wikiheaders. 2024-06-12 19:29:21 -04:00
include Sync SDL2 wiki -> header 2024-06-20 16:30:15 +00:00
mingw/pkg-support/cmake
src Fixed building with older libdrm headers 2024-06-26 15:55:08 -07:00
test Verify that the timer callback is passed the correct parameters 2024-05-30 16:53:28 -07:00
VisualC VisualC: remove vulkan.hpp 2024-03-25 18:04:40 +01:00
VisualC-GDK Fixed building with GDK (thanks @Romans-I-XVI!) 2024-04-30 10:20:55 -07:00
VisualC-WinRT
visualtest
wayland-protocols wayland: Add cursor-shape-v1 protocol support 2024-03-14 09:49:40 -04:00
Xcode remove non-existent vulkan.hpp and vulkan_mir.h from Xcode project 2024-03-25 21:23:24 +03:00
Xcode-iOS/Demos
.clang-format
.editorconfig
.gitignore
.wikiheaders-options wikiheaders: Updated to latest, cleaned up category documentation a little. 2024-05-16 11:49:21 -04:00
Android.mk Sort joystick drivers in Android.mk 2024-06-05 12:09:45 -07:00
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt Revert "Make sdl2-config interpreter configurable" 2024-06-25 00:44:55 +02:00
configure Revert "Make sdl2-config interpreter configurable" 2024-06-25 00:44:55 +02:00
configure.ac Revert "Make sdl2-config interpreter configurable" 2024-06-25 00:44:55 +02:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in Makefile.in: add VisualC-GDK to SRC_DIST 2024-05-28 14:10:24 +03:00
Makefile.minimal
Makefile.os2 Updated to version 2.31.0 for development 2024-01-22 09:12:34 -08:00
Makefile.pandora
Makefile.w32 Updated to version 2.31.0 for development 2024-01-22 09:12:34 -08:00
README-SDL.txt
README.md
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in Revert "Make sdl2-config interpreter configurable" 2024-06-25 00:44:55 +02:00
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake.in
TODO.txt
WhatsNew.txt Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:46:25 -08:00

Simple DirectMedia Layer (SDL) Version 2.0

https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting with README.md

Enjoy!

Sam Lantinga (slouken@libsdl.org)