diff options
Diffstat (limited to 'libraries/SFML/README')
-rw-r--r-- | libraries/SFML/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/SFML/README b/libraries/SFML/README index 2e29a38d5a..ad6e1b0b95 100644 --- a/libraries/SFML/README +++ b/libraries/SFML/README @@ -1,5 +1,4 @@ -SFML is a portable and easy to use multimedia API written in C++. You can -see it as a modern, object-oriented alternative to SDL. SFML is composed -of several packages to perfectly suit your needs. You can use SFML as a -minimal windowing system to interface with OpenGL, or as a fully-featured -multimedia library for building games or interactive programs.' +SFML is a simple, fast, cross-platform and object-oriented multimedia API. +It provides access to windowing, graphics, audio and network. +It is written in C++, and has bindings for various languages such as C, +.Net, Ruby, Python. |