Go to file
Ryan C. Gordon b0ebfabf33 Patched to compile on Windows. 2014-12-24 02:06:38 -05:00
VisualC WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
VisualC-WinRT WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Xcode WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Xcode-iOS WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
acinclude WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
android-project WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
build-scripts Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
cmake CMake: Replace "else(condition)" with "else()", etc. 2014-12-13 02:33:52 -05:00
debian WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
docs Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
include Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
premake WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
src Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
test Patched to compile on Windows. 2014-12-24 02:06:38 -05:00
visualtest WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
.hgignore WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Android.mk WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
BUGS.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
CMakeLists.txt Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
COPYING.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
CREDITS.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
INSTALL.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.minimal WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.pandora WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.psp WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
Makefile.wiz WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
README-SDL.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
README.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
SDL2.spec.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
TODO.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
VisualC.html WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
WhatsNew.txt WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
autogen.sh WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
cmake_uninstall.cmake.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
configure Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
configure.in Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
sdl2-config.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
sdl2.m4 WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00
sdl2.pc.in WinRT: fixed bug whereby SDL would override an app's default orientation 2014-12-03 10:55:23 -05:00

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)