slouken@0
|
1 |
|
slouken@0
|
2 |
Simple DirectMedia Layer
|
slouken@0
|
3 |
|
slouken@0
|
4 |
(SDL)
|
slouken@0
|
5 |
|
slouken@6251
|
6 |
Version 2.0
|
slouken@0
|
7 |
|
slouken@0
|
8 |
---
|
slouken@0
|
9 |
http://www.libsdl.org/
|
slouken@0
|
10 |
|
slouken@602
|
11 |
This is the Simple DirectMedia Layer, a general API that provides low
|
slouken@0
|
12 |
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
|
slouken@0
|
13 |
and 2D framebuffer across multiple platforms.
|
slouken@0
|
14 |
|
slouken@5103
|
15 |
The current version supports Windows, Windows CE, Mac OS X, Linux, FreeBSD,
|
slouken@5150
|
16 |
NetBSD, OpenBSD, BSD/OS, Solaris, iOS, and Android. The code contains
|
slouken@5103
|
17 |
support for other operating systems but those are not officially supported.
|
slouken@0
|
18 |
|
slouken@1763
|
19 |
SDL is written in C, but works with C++ natively, and has bindings to
|
slouken@1763
|
20 |
several other languages, including Ada, C#, Eiffel, Erlang, Euphoria,
|
slouken@5327
|
21 |
Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
|
slouken@1763
|
22 |
Pike, Pliant, Python, Ruby, and Smalltalk.
|
slouken@0
|
23 |
|
slouken@5537
|
24 |
This library is distributed under the zlib license, which can be found
|
slouken@5537
|
25 |
in the file "COPYING".
|
slouken@0
|
26 |
|
slouken@0
|
27 |
The best way to learn how to use SDL is to check out the header files in
|
slouken@0
|
28 |
the "include" subdirectory and the programs in the "test" subdirectory.
|
slouken@0
|
29 |
The header files and test programs are well commented and always up to date.
|
slouken@6878
|
30 |
More documentation and FAQs are available online at:
|
slouken@6878
|
31 |
http://wiki.libsdl.org/
|
slouken@0
|
32 |
|
slouken@0
|
33 |
If you need help with the library, or just want to discuss SDL related
|
slouken@0
|
34 |
issues, you can join the developers mailing list:
|
slouken@369
|
35 |
http://www.libsdl.org/mailing-list.php
|
slouken@0
|
36 |
|
slouken@0
|
37 |
Enjoy!
|
slouken@0
|
38 |
Sam Lantinga (slouken@libsdl.org)
|
slouken@0
|
39 |
|