summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/docs/README.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/docs/README.md
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/docs/README.md')
-rw-r--r--src/contrib/SDL-3.2.20/docs/README.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/docs/README.md b/src/contrib/SDL-3.2.20/docs/README.md
new file mode 100644
index 0000000..d0f5a54
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/docs/README.md
@@ -0,0 +1,45 @@
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. It is used by video playback software, emulators, and popular games
8including Valve's award winning catalog and many Humble Bundle games.
9
10SDL officially supports Windows, macOS, Linux, iOS, Android, Xbox, PlayStation 4/5, Nintendo Switch, and many other platforms.
11
12SDL is written in C, works natively with C++, and there are bindings
13available for several other languages, including C# and Python.
14
15This library is distributed under the zlib license, which can be found
16in the file "LICENSE.txt".
17
18Information on building SDL with CMake is available in [README-cmake.md](README-cmake.md)
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 "examples" subdirectory.
22The header files and test programs are well commented and always up to date.
23
24Information on reporting bugs and contributing is available in [README-contributing.md](README-contributing.md)
25
26More documentation and FAQs are available online at the [wiki](http://wiki.libsdl.org/)
27
28- [Migrating from SDL 2.0](README-migration.md)
29- [main()](README-main-functions.md)
30- [High DPI Support](README-highdpi.md)
31- [Touch](README-touch.md)
32- [Supported platforms](README-platforms.md)
33- [Porting information](README-porting.md)
34
35If you need help with the library, or just want to discuss SDL related
36issues, you can join the [SDL Discourse](https://discourse.libsdl.org/),
37which can be used as a web forum or a mailing list, at your preference.
38
39If you want to report bugs or contribute patches, please submit them to
40[our bug tracker](https://github.com/libsdl-org/SDL/issues)
41
42Enjoy!
43
44
45Sam Lantinga <mailto:slouken@libsdl.org>