etlegacy-libs/sdl2
Radegast 0dd7f747d2 added SDL 2.0.0 2013-08-13 17:31:03 +02:00
..
VisualC added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Xcode added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Xcode-iOS added SDL 2.0.0 2013-08-13 17:31:03 +02:00
acinclude added SDL 2.0.0 2013-08-13 17:31:03 +02:00
android-project added SDL 2.0.0 2013-08-13 17:31:03 +02:00
build-scripts added SDL 2.0.0 2013-08-13 17:31:03 +02:00
cmake added SDL 2.0.0 2013-08-13 17:31:03 +02:00
debian added SDL 2.0.0 2013-08-13 17:31:03 +02:00
include added SDL 2.0.0 2013-08-13 17:31:03 +02:00
src added SDL 2.0.0 2013-08-13 17:31:03 +02:00
test added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Android.mk added SDL 2.0.0 2013-08-13 17:31:03 +02:00
BUGS.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
CMakeLists.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
COPYING.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
CREDITS.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
INSTALL.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Makefile.in added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Makefile.minimal added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Makefile.pandora added SDL 2.0.0 2013-08-13 17:31:03 +02:00
Makefile.psp added SDL 2.0.0 2013-08-13 17:31: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 added SDL 2.0.0 2013-08-13 17:31: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-gesture.txt added SDL 2.0.0 2013-08-13 17:31: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-macosx.txt added SDL 2.0.0 2013-08-13 17:31: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-touch.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README-wince.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
README.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
SDL2.spec added SDL 2.0.0 2013-08-13 17:31:03 +02:00
SDL2.spec.in added SDL 2.0.0 2013-08-13 17:31:03 +02:00
TODO.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
VisualC.html added SDL 2.0.0 2013-08-13 17:31:03 +02:00
WhatsNew.txt added SDL 2.0.0 2013-08-13 17:31:03 +02:00
autogen.sh added SDL 2.0.0 2013-08-13 17:31:03 +02:00
configure added SDL 2.0.0 2013-08-13 17:31:03 +02:00
configure.in added SDL 2.0.0 2013-08-13 17:31: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

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)