etlegacy-libs/sdl2
IR4T4 e566c71dc5 gitignore added 2014-08-10 10:55:47 +02:00
..
VisualC sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Xcode sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Xcode-iOS sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
acinclude added SDL 2.0.0 2013-08-13 17:31:03 +02:00
android-project sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
build-scripts sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
cmake sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
debian sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
include sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
src sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
test sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
.gitignore gitignore added 2014-08-10 10:55:47 +02:00
Android.mk sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
BUGS.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
CMakeLists.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
COPYING.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
CREDITS.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
INSTALL.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Makefile.in sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Makefile.minimal sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Makefile.pandora sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Makefile.psp sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
Makefile.wiz added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-SDL.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-android.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-cmake.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-directfb.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-dynapi.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-gesture.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-hg.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-ios.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-linux.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-macosx.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-pandora.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-platforms.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-porting.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-psp.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-raspberrypi.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-touch.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-wince.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README-windows.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
README.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
SDL2.spec sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
SDL2.spec.in added SDL 2.0.0 2013-08-13 17:31:03 +02:00
TODO.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
VisualC.html added SDL 2.0.0 2013-08-13 17:31:03 +02:00
WhatsNew.txt sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
autogen.sh added SDL 2.0.0 2013-08-13 17:31:03 +02:00
configure sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
configure.in sdl2 updated to version 2.0.3 2014-08-07 22:22:03 +02:00
sdl2-config.in added SDL 2.0.0 2013-08-13 17:31:03 +02:00
sdl2.m4 added SDL 2.0.0 2013-08-13 17:31:03 +02:00
sdl2.pc.in added SDL 2.0.0 2013-08-13 17:31:03 +02:00

README.txt

                         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)