Simple Directmedia Layer
Go to file
2021-11-11 21:46:02 +01:00
.github
acinclude
android-project Let Android know that we can handle USB devices 2021-08-04 13:13:22 -07:00
android-project-ant
build-scripts Updated to version 2.0.16 for release 2021-07-31 13:28:54 -07:00
cmake improvements to libdecor support in cmake 2021-08-03 14:01:02 +03:00
debian Updated to version 2.0.16 for release 2021-07-31 13:28:54 -07:00
docs README-dynapi.md: Google+ link is gone, remove it. 2021-08-03 22:15:04 -04:00
include Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
src Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
test Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
VisualC Don't explicitly use any C runtime library with Visual Studio 2021-07-29 15:17:42 -07:00
VisualC-WinRT
visualtest
wayland-protocols wayland: Add support for text-input-unstable-v3 2021-07-29 14:43:46 -07:00
Xcode Updated to version 2.0.16 for release 2021-07-31 13:28:54 -07:00
Xcode-iOS Added weak linking to hidapi framework 2020-11-17 10:29:36 -08:00
.gitignore Updated .gitignore from @Zangetsu38 - thanks! 2021-07-24 01:19:58 -07:00
Android.mk
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt Fixed building on Windows with cmake, ninja, and clang 2021-08-06 12:28:24 -07:00
configure Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
configure.ac Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
CREDITS.txt
INSTALL.txt
LICENSE.txt
Makefile.in configure: Fixes to make SDL link as C++ on Haiku. 2021-08-06 14:08:50 -04:00
Makefile.minimal
Makefile.os2 Updated to version 2.0.16 for release 2021-07-31 13:28:54 -07:00
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.md Merge tag 'release-2.0.16' 2021-11-11 21:46:02 +01:00
sdl2-config-version.cmake.in
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake
TODO.txt
WhatsNew.txt Add note about keyboard grab to WhatsNew.txt for 2.0.16 2021-08-04 09:03:28 -07: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)


THIS IS NOT THE ORIGINAL SDL2!

Please refer to the above link to get it, or switch to the original repository: https://github.com/libsdl-org/SDL

Most of the code in this repository has been written by Sam Lantinga and contributors. Refer to COPYING.txt, CREDITS.txt and the full git history for details.

Here you can find some changes that I have written to better deal with single board computers.

Changes in this repository are also distributed under the terms of the zlib license: http://www.zlib.net/zlib_license.html

Emanuele