diff options
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README.md')
-rw-r--r-- | src/contrib/SDL-2.30.2/docs/README.md | 63 |
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 | |||
3 | https://www.libsdl.org/ | ||
4 | |||
5 | Simple DirectMedia Layer is a cross-platform development library designed | ||
6 | to provide low level access to audio, keyboard, mouse, joystick, and graphics | ||
7 | hardware via OpenGL and Direct3D. It is used by video playback software, | ||
8 | emulators, and popular games including Valve's award winning catalog | ||
9 | and many Humble Bundle games. | ||
10 | |||
11 | SDL officially supports Windows, macOS, Linux, iOS, and Android. | ||
12 | Support for other platforms may be found in the source code. | ||
13 | |||
14 | SDL is written in C, works natively with C++, and there are bindings | ||
15 | available for several other languages, including C# and Python. | ||
16 | |||
17 | This library is distributed under the zlib license, which can be found | ||
18 | in the file "LICENSE.txt". | ||
19 | |||
20 | The best way to learn how to use SDL is to check out the header files in | ||
21 | the "include" subdirectory and the programs in the "test" subdirectory. | ||
22 | The header files and test programs are well commented and always up to date. | ||
23 | |||
24 | More 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 | |||
53 | If you need help with the library, or just want to discuss SDL related | ||
54 | issues, you can join the [SDL Discourse](https://discourse.libsdl.org/), | ||
55 | which can be used as a web forum or a mailing list, at your preference. | ||
56 | |||
57 | If you want to report bugs or contribute patches, please submit them to | ||
58 | [our bug tracker](https://github.com/libsdl-org/SDL/issues) | ||
59 | |||
60 | Enjoy! | ||
61 | |||
62 | |||
63 | Sam Lantinga <mailto:slouken@libsdl.org> | ||