summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-2.30.2/README.md')
-rw-r--r--src/contrib/SDL-2.30.2/README.md17
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
4https://www.libsdl.org/
5
6Simple DirectMedia Layer is a cross-platform development library designed
7to provide low level access to audio, keyboard, mouse, joystick, and graphics
8hardware via OpenGL and Direct3D. It is used by video playback software,
9emulators, and popular games including Valve's award winning catalog
10and many Humble Bundle games.
11
12More extensive documentation is available in the docs directory, starting
13with README.md
14
15Enjoy!
16
17Sam Lantinga (slouken@libsdl.org)