diff options
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) | ||