yuzu/externals/SDL/docs
Simon Bruder 9867c12dc0
Remove old files from SDL external
They were already removed in SDL upstream but the update mechanism did
not remove them in this repository.

They were causing build failures when the SDL external was used.
2022-01-22 11:15:39 +01:00
..
README-android.md early-access version 1780 2021-06-11 20:56:03 +02:00
README-cmake.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-directfb.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-dynapi.md early-access version 1988 2021-08-12 01:07:27 +02:00
README-emscripten.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-gesture.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-git.md early-access version 1667 2021-05-09 11:30:38 +02:00
README-hg.md early-access version 1667 2021-05-09 11:30:38 +02:00
README-ios.md early-access version 2325 2021-12-18 11:14:57 +01:00
README-kmsbsd.md early-access version 1780 2021-06-11 20:56:03 +02:00
README-linux.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-macos.md early-access version 2325 2021-12-18 11:14:57 +01:00
README-nacl.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-os2.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-pandora.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-platforms.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-porting.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-psp.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-raspberrypi.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-riscos.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-touch.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-visualc.md early-access version 1667 2021-05-09 11:30:38 +02:00
README-vita.md early-access version 2281 2021-12-07 02:20:09 +01:00
README-wince.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-windows.md early-access version 1611 2021-04-18 05:35:25 +02:00
README-winrt.md early-access version 1988 2021-08-12 01:07:27 +02:00
README.md early-access version 2281 2021-12-07 02:20:09 +01:00
doxyfile early-access version 1611 2021-04-18 05:35:25 +02:00

README.md

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 "LICENSE.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 the wiki

If you need help with the library, or just want to discuss SDL related issues, you can join the SDL Discourse, which can be used as a web forum or a mailing list, at your preference.

If you want to report bugs or contribute patches, please submit them to our bug tracker

Enjoy!

Sam Lantinga mailto:slouken@libsdl.org