diff options
author | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-05-04 16:51:29 -0700 |
commit | 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch) | |
tree | 763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/README.md |
Initial commit.
Diffstat (limited to 'src/contrib/SDL-2.30.2/README.md')
-rw-r--r-- | src/contrib/SDL-2.30.2/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/README.md b/src/contrib/SDL-2.30.2/README.md new file mode 100644 index 0000000..fa7f7ba --- /dev/null +++ b/src/contrib/SDL-2.30.2/README.md | |||
@@ -0,0 +1,17 @@ | |||
1 | |||
2 | # Simple DirectMedia Layer (SDL) Version 2.0 | ||
3 | |||
4 | https://www.libsdl.org/ | ||
5 | |||
6 | Simple DirectMedia Layer is a cross-platform development library designed | ||
7 | to provide low level access to audio, keyboard, mouse, joystick, and graphics | ||
8 | hardware via OpenGL and Direct3D. It is used by video playback software, | ||
9 | emulators, and popular games including Valve's award winning catalog | ||
10 | and many Humble Bundle games. | ||
11 | |||
12 | More extensive documentation is available in the docs directory, starting | ||
13 | with README.md | ||
14 | |||
15 | Enjoy! | ||
16 | |||
17 | Sam Lantinga (slouken@libsdl.org) | ||