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
Sam Lantinga e2fd1c0fe3 Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot 10 years ago
VisualC Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .sln 10 years ago
VisualC-WinRT WinRT: minor tweak to NuGet package naming 10 years ago
Xcode Updated copyright to 2016 10 years ago
Xcode-iOS Added initial support for MFi game controllers on iOS. 10 years ago
acinclude Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
android-project Android: Added missing import statement. 10 years ago
build-scripts Fixed sed error on Mac OS X and updated copyright on a few last files 10 years ago
cmake Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
debian Updated copyright to 2016 10 years ago
docs Fixed typo in README for iOS. 10 years ago
include Updated copyright to 2016 10 years ago
premake Updated copyright to 2016 10 years ago
src Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot 10 years ago
test Updated copyright to 2016 10 years ago
visualtest Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
.hgignore Added test/testdisplayinfo.c 10 years ago
Android.mk Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
BUGS.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
CMakeLists.txt CMake: Fixed building for Windows with VS2015 (bug #3080). 10 years ago
COPYING.txt Updated copyright to 2016 10 years ago
CREDITS.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
INSTALL.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
Makefile.in Added missing file to the release archive. 10 years ago
Makefile.minimal Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
Makefile.pandora Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
Makefile.psp Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
Makefile.wiz Pandora: Fixed referring to no more existing CD-ROM source files in Makefile. 10 years ago
README-SDL.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
README.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
SDL2.spec.in Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
TODO.txt Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
VisualC.html Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
WhatsNew.txt Updated some header comments and iOS documentation to better clarify high-dpi / retina support and screen-coordinate sizes versus pixel sizes. 10 years ago
autogen.sh Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
cmake_uninstall.cmake.in Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
configure Updated configure script. 10 years ago
configure.in Added support for building for NetBSD on the Raspberry Pi (thanks, Jared!). 10 years ago
sdl2-config.cmake.in Fixed typo in sdl2-config.cmake.in (thanks, Rafal!). 10 years ago
sdl2-config.in Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
sdl2.m4 Fixed crash if initialization of EGL failed but was tried again later. 10 years ago
sdl2.pc.in Fixed crash if initialization of EGL failed but was tried again later. 10 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
http://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)