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 7108aac5ac Removed tag release-2.0.1 12 years ago
VisualC Fixed project conflict during commit 12 years ago
Xcode Fixed bug 2168 - Mac: SDL_filesystem.h not exported to public header folder when building framework 12 years ago
Xcode-iOS Testing fullscreen window in the accelerometer test. 12 years ago
acinclude Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
android-project Fixed bug 2156 - Android: Accelerometer values fed to joystick driver are inverted for the X axis and wrong for Z 12 years ago
build-scripts Do a full sysroot for the Raspberry Pi buildbot. 12 years ago
cmake Fixed bug 2108 - CMake does not set X11 includes properly for sdl2-config and friends 12 years ago
debian Updated Debian package version to 2.0.1 12 years ago
include SDL 2.0.0 defined __inline__ and some code relies on it now. 12 years ago
src Fixed buffer overflow. 12 years ago
test Fix error assert for negative cases of pixels_getPixelFormatName test 12 years ago
.hgignore Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
Android.mk Fixed bug 2146 - Enable static linking of libSDL on Android 12 years ago
BUGS.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
CMakeLists.txt Fixed bug 2061 - SDL_filesystem API not built using cmake 12 years ago
COPYING.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
CREDITS.txt Added Julian Winter to the credits for the SDL 2.0 website. 12 years ago
INSTALL.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
Makefile.in Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
Makefile.minimal Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
Makefile.pandora Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
Makefile.psp Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 12 years ago
Makefile.wiz Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-SDL.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-android.txt Fixed bug 2146 - Enable static linking of libSDL on Android 12 years ago
README-cmake.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-directfb.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-gesture.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-hg.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-ios.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-macosx.txt Mac: Better handling when someone else is the app delegate. 12 years ago
README-pandora.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-platforms.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-porting.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-psp.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-raspberrypi.txt Prevent keystrokes from leaking through to the console when using evdev. 12 years ago
README-touch.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README-wince.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
README.txt Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
SDL2.spec.in Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
TODO.txt Added __WINDOWS__ to reflect both 32 and 64-bit windows platforms 12 years ago
VisualC.html Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
WhatsNew.txt Added patch notes for 2.0.1 12 years ago
autogen.sh Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
configure Fixed bug 2149 - Don't search for libusbhid except on BSD 12 years ago
configure.in Fixed bug 2149 - Don't search for libusbhid except on BSD 12 years ago
sdl2-config.in Revert fix for bug 1392 because it breaks linking with mingw32 12 years ago
sdl2.m4 Fixes #2022, do not resume on Android when surfaceChanged 12 years ago
sdl2.pc.in Revert fix for bug 1392 because it breaks linking with mingw32 12 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.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android.
Support for other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings 
available for several other languages, including C# and Python.

This library is distributed under the zlib license, which can be found
in the file "COPYING.txt".

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation and FAQs are available online at:
	http://wiki.libsdl.org/

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.php

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)