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 d4f2f01580 Fixed iOS build 12 years ago
VisualC Fixed D3D9 initialization on Windows 8, which doesn't have D3DX 12 years ago
VisualC-WinPhone/SDL Fixed broken rotation detection routines on WinRT 12 years ago
VisualC-WinRT Fixed broken rotation detection routines on WinRT 12 years ago
Xcode Updated framework version to match dylib version. 12 years ago
Xcode-iOS Integrated David Ludwig's support for Windows RT 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 Turn off Mir support in the buildbot Raspberry Pi script. 12 years ago
cmake CMake: Just assume Apple platforms have Cocoa support. 12 years ago
debian Updated SDL to version 2.0.3 12 years ago
include Added missing copyright notices 12 years ago
premake Fixed bug 2374 - Update copyright for 2014... 12 years ago
src Fixed iOS build 12 years ago
test Fix bug/add test coverage for SDLTest_GenerateRunSeed helper; improve test harness adding output of repro steps for failures; improve negative test for SDL_GetError/SDL_SetError 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 Disable Wayland/Mir again for 2.0.3; it's a quick, brown-paper-bag release. 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 Updated WinCE readme to note WinRT work. 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 Added a patch note for 2.0.3 12 years ago
autogen.sh Improve Android pause/resume behavior. 12 years ago
configure Disable Wayland/Mir again for 2.0.3; it's a quick, brown-paper-bag release. 12 years ago
configure.in Disable Wayland/Mir again for 2.0.3; it's a quick, brown-paper-bag release. 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)