slouken@7222
|
1 |
|
slouken@7222
|
2 |
Simple DirectMedia Layer
|
slouken@7222
|
3 |
|
slouken@7222
|
4 |
(SDL)
|
slouken@7222
|
5 |
|
slouken@7222
|
6 |
Version 2.0
|
slouken@7222
|
7 |
|
slouken@7222
|
8 |
---
|
slouken@7222
|
9 |
http://www.libsdl.org/
|
slouken@7222
|
10 |
|
slouken@7359
|
11 |
Simple DirectMedia Layer is a cross-platform development library designed
|
slouken@7359
|
12 |
to provide low level access to audio, keyboard, mouse, joystick, and graphics
|
slouken@7599
|
13 |
hardware via OpenGL and Direct3D. It is used by video playback software,
|
slouken@7359
|
14 |
emulators, and popular games including Valve's award winning catalog
|
slouken@7359
|
15 |
and many Humble Bundle games.
|
slouken@7222
|
16 |
|
slouken@7616
|
17 |
SDL officially supports Windows, Mac OS X, Linux, iOS, and Android.
|
slouken@7616
|
18 |
Support for other platforms may be found in the source code.
|
slouken@7222
|
19 |
|
slouken@7616
|
20 |
SDL is written in C, works natively with C++, and there are bindings
|
slouken@7616
|
21 |
available for several other languages, including C# and Python.
|
slouken@7222
|
22 |
|
slouken@7222
|
23 |
This library is distributed under the zlib license, which can be found
|
slouken@7330
|
24 |
in the file "COPYING.txt".
|
slouken@7222
|
25 |
|
slouken@7222
|
26 |
The best way to learn how to use SDL is to check out the header files in
|
slouken@7222
|
27 |
the "include" subdirectory and the programs in the "test" subdirectory.
|
slouken@7222
|
28 |
The header files and test programs are well commented and always up to date.
|
philipp@7241
|
29 |
More documentation and FAQs are available online at:
|
slouken@7222
|
30 |
http://wiki.libsdl.org/
|
slouken@7222
|
31 |
|
slouken@7222
|
32 |
If you need help with the library, or just want to discuss SDL related
|
slouken@7222
|
33 |
issues, you can join the developers mailing list:
|
slouken@7222
|
34 |
http://www.libsdl.org/mailing-list.php
|
slouken@7222
|
35 |
|
slouken@7997
|
36 |
If you want to report bugs or contribute patches, please submit them to
|
slouken@7997
|
37 |
bugzilla:
|
slouken@7997
|
38 |
http://bugzilla.libsdl.org/
|
slouken@7997
|
39 |
|
slouken@7222
|
40 |
Enjoy!
|
slouken@7222
|
41 |
Sam Lantinga (slouken@libsdl.org)
|
slouken@7222
|
42 |
|