author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Tue, 19 Jul 2016 21:02:44 +0200 | |
changeset 10206 | 30ca8e64db6a |
parent 9507 | b1e690e9c5b3 |
permissions | -rw-r--r-- |
9025
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 |
Simple DirectMedia Layer |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 |
(SDL) |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 |
Version 2.0 |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 |
--- |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 |
http://www.libsdl.org/ |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 |
Simple DirectMedia Layer is a cross-platform development library designed |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 |
to provide low level access to audio, keyboard, mouse, joystick, and graphics |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 |
hardware via OpenGL and Direct3D. It is used by video playback software, |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 |
emulators, and popular games including Valve's award winning catalog |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 |
and many Humble Bundle games. |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 |
More extensive documentation is available in the docs directory, starting |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 |
with README.md |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 |
|
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 |
Enjoy! |
d09d4b578e77
Moved documentation to docs, recreated a simple README.txt, fixed build
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 |
Sam Lantinga (slouken@libsdl.org) |