Updated the README to match the new website text

This commit is contained in:
Sam Lantinga 2013-07-06 11:56:04 -07:00
parent 4dbe83c72a
commit 4b0d90ff15

View file

@ -8,18 +8,18 @@
--- ---
http://www.libsdl.org/ http://www.libsdl.org/
This is the Simple DirectMedia Layer, a general API that provides low Simple DirectMedia Layer is a cross-platform development library designed
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, to provide low level access to audio, keyboard, mouse, joystick, and graphics
and 2D framebuffer across multiple platforms. hardware via OpenGL and DirectX. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.
The current version supports Windows, Mac OS X, Linux, FreeBSD, The current version supports Windows, Mac OS X, Linux, iOS, and Android.
NetBSD, OpenBSD, BSD/OS, Solaris, iOS, and Android. The code contains The code contains support for other operating systems but those are not
support for other operating systems but those are not officially supported. officially supported.
SDL is written in C, but works with C++ natively, and has bindings to SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, C#, Eiffel, Erlang, Euphoria, several other languages, including C#, Python and more in progress.
Go, Guile, Haskell, Java, Lisp, Lua, ML, Objective C, Pascal, Perl, PHP,
Pike, Pliant, Python, Ruby, and Smalltalk.
This library is distributed under the zlib license, which can be found This library is distributed under the zlib license, which can be found
in the file "COPYING.txt". in the file "COPYING.txt".