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
Ryan C. Gordon 2b92d9b431 CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio. 12 years ago
VisualC Fixes #2408, VS2013: several projects of release build are not built 12 years ago
Xcode Updated SDL to version 2.0.2 12 years ago
Xcode-iOS Implemented the Dynamic API magic. 12 years ago
acinclude Improve Android pause/resume behavior. 12 years ago
android-project Try to work around Android's handling of static variables in terminated apps 12 years ago
build-scripts Enable ccache for Raspberry Pi buildbot script. 12 years ago
cmake CMake: Just assume Apple platforms have Cocoa support. 12 years ago
debian Updated SDL to version 2.0.2 12 years ago
include Mac: Added a hint to opt-out of new Spaces code. 12 years ago
premake Fixed bug 2374 - Update copyright for 2014... 12 years ago
src Fixed bug 2430 - Missing initialization of the variable 'centroid' inside SDL_GestureAddTouch 12 years ago
test Improve testgles2 exit behavior (useful on Android) 12 years ago
visualtest Improve Android pause/resume behavior. 12 years ago
.hgignore Ignore the buildbot build directories. 12 years ago
Android.mk Add Dynamic API to Android makefile. 12 years ago
BUGS.txt Improve Android pause/resume behavior. 12 years ago
CMakeLists.txt CMake: Don't use /NODEFAULTLIB on Windows unless we're Visual Studio. 12 years ago
COPYING.txt Fixed bug 2374 - Update copyright for 2014... 12 years ago
CREDITS.txt Improve Android pause/resume behavior. 12 years ago
INSTALL.txt Improve Android pause/resume behavior. 12 years ago
Makefile.in Improve Android pause/resume behavior. 12 years ago
Makefile.minimal Improve Android pause/resume behavior. 12 years ago
Makefile.pandora Improve Android pause/resume behavior. 12 years ago
Makefile.psp Improve Android pause/resume behavior. 12 years ago
Makefile.wiz Improve Android pause/resume behavior. 12 years ago
README-SDL.txt Improve Android pause/resume behavior. 12 years ago
README-android.txt Updated paths in README for Android. 12 years ago
README-cmake.txt Improve Android pause/resume behavior. 12 years ago
README-directfb.txt Improve Android pause/resume behavior. 12 years ago
README-dynapi.txt Adds README-dynapi.txt based on Ryan's G+ post (lightly edited) 12 years ago
README-gesture.txt Improve Android pause/resume behavior. 12 years ago
README-hg.txt Improve Android pause/resume behavior. 12 years ago
README-ios.txt Improve Android pause/resume behavior. 12 years ago
README-linux.txt Improve Android pause/resume behavior. 12 years ago
README-macosx.txt Updated to build on Mac OS X 10.7 with Xcode 4.6 12 years ago
README-pandora.txt Improve Android pause/resume behavior. 12 years ago
README-platforms.txt Improve Android pause/resume behavior. 12 years ago
README-porting.txt Improve Android pause/resume behavior. 12 years ago
README-psp.txt Improve Android pause/resume behavior. 12 years ago
README-raspberrypi.txt Fixed typo in documentation. 12 years ago
README-touch.txt Improve Android pause/resume behavior. 12 years ago
README-wince.txt Improve Android pause/resume behavior. 12 years ago
README-windows.txt Corrected name of hint in README. 12 years ago
README.txt Improve Android pause/resume behavior. 12 years ago
SDL2.spec.in Improve Android pause/resume behavior. 12 years ago
TODO.txt Improve Android pause/resume behavior. 12 years ago
VisualC.html Improve Android pause/resume behavior. 12 years ago
WhatsNew.txt Changed SDL_HINT_ACCEL_AS_JOY to SDL_HINT_ACCELEROMETER_AS_JOYSTICK to be more clear. 12 years ago
autogen.sh Improve Android pause/resume behavior. 12 years ago
configure Fixed X11 XInput2 multitouch test to work in configure script. 12 years ago
configure.in Fixed X11 XInput2 multitouch test to work in configure script. 12 years ago
sdl2-config.in Improve Android pause/resume behavior. 12 years ago
sdl2.m4 Improve Android pause/resume behavior. 12 years ago
sdl2.pc.in Improve Android pause/resume behavior. 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

If you want to report bugs or contribute patches, please submit them to
bugzilla:
    http://bugzilla.libsdl.org/

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)