summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README.md')
-rw-r--r--src/contrib/SDL-2.30.2/docs/README.md63
1 files changed, 63 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README.md b/src/contrib/SDL-2.30.2/docs/README.md
new file mode 100644
index 0000000..6813f75
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/docs/README.md
@@ -0,0 +1,63 @@
1# Simple DirectMedia Layer
2
3https://www.libsdl.org/
4
5Simple DirectMedia Layer is a cross-platform development library designed
6to provide low level access to audio, keyboard, mouse, joystick, and graphics
7hardware via OpenGL and Direct3D. It is used by video playback software,
8emulators, and popular games including Valve's award winning catalog
9and many Humble Bundle games.
10
11SDL officially supports Windows, macOS, Linux, iOS, and Android.
12Support for other platforms may be found in the source code.
13
14SDL is written in C, works natively with C++, and there are bindings
15available for several other languages, including C# and Python.
16
17This library is distributed under the zlib license, which can be found
18in the file "LICENSE.txt".
19
20The best way to learn how to use SDL is to check out the header files in
21the "include" subdirectory and the programs in the "test" subdirectory.
22The header files and test programs are well commented and always up to date.
23
24More documentation and FAQs are available online at [the wiki](http://wiki.libsdl.org/)
25
26- [Android](README-android.md)
27- [CMake](README-cmake.md)
28- [DirectFB](README-directfb.md)
29- [DynAPI](README-dynapi.md)
30- [Emscripten](README-emscripten.md)
31- [GDK](README-gdk.md)
32- [Gesture](README-gesture.md)
33- [Git](README-git.md)
34- [iOS](README-ios.md)
35- [Linux](README-linux.md)
36- [macOS](README-macos.md)
37- [OS/2](README-os2.md)
38- [Native Client](README-nacl.md)
39- [Pandora](README-pandora.md)
40- [Supported Platforms](README-platforms.md)
41- [Porting information](README-porting.md)
42- [PSP](README-psp.md)
43- [PS2](README-ps2.md)
44- [Raspberry Pi](README-raspberrypi.md)
45- [Touch](README-touch.md)
46- [Versions](README-versions.md)
47- [WinCE](README-wince.md)
48- [Windows](README-windows.md)
49- [WinRT](README-winrt.md)
50- [PSVita](README-vita.md)
51- [Nokia N-Gage](README-ngage.md)
52
53If you need help with the library, or just want to discuss SDL related
54issues, you can join the [SDL Discourse](https://discourse.libsdl.org/),
55which can be used as a web forum or a mailing list, at your preference.
56
57If you want to report bugs or contribute patches, please submit them to
58[our bug tracker](https://github.com/libsdl-org/SDL/issues)
59
60Enjoy!
61
62
63Sam Lantinga <mailto:slouken@libsdl.org>